summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/efl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/efl/ChangeLog')
-rw-r--r--Source/WebKit/efl/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/WebKit/efl/ChangeLog b/Source/WebKit/efl/ChangeLog
index d5b2ddf4e..a22e49348 100644
--- a/Source/WebKit/efl/ChangeLog
+++ b/Source/WebKit/efl/ChangeLog
@@ -1,3 +1,16 @@
+2012-08-21 Kihong Kwon <kihong.kwon@samsung.com>
+
+ [EFL][GTK][BlackBerry] Fix build error in the DeviceOrientationClient
+ https://bugs.webkit.org/show_bug.cgi?id=94586
+
+ Reviewed by Kentaro Hara.
+
+ Fix build error in the DeviceOrientationClientEfl.cpp.
+ It is occured because DeviceOrientation is changed to DeviceOrientationData in the WebCore.
+
+ * WebCoreSupport/DeviceOrientationClientEfl.cpp:
+ (WebCore::DeviceOrientationClientEfl::lastOrientation):
+
2012-08-20 Thiago Marcos P. Santos <thiago.santos@intel.com>
Regression(r124945): Build is broken when touch events is disabled