Title: [126296] trunk/Source/WebKit2
Revision
126296
Author
[email protected]
Date
2012-08-22 06:21:59 -0700 (Wed, 22 Aug 2012)

Log Message

[Qt][WK2] Enable runtime enabled features: DeviceMotion and DeviceOrientation
https://bugs.webkit.org/show_bug.cgi?id=94692

Reviewed by Kenneth Rohde Christiansen.

* WebProcess/qt/WebProcessQt.cpp:
(WebKit::WebProcess::platformInitializeWebProcess):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (126295 => 126296)


--- trunk/Source/WebKit2/ChangeLog	2012-08-22 13:12:26 UTC (rev 126295)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-22 13:21:59 UTC (rev 126296)
@@ -1,3 +1,13 @@
+2012-08-22  Csaba Osztrogonác  <[email protected]>
+
+        [Qt][WK2] Enable runtime enabled features: DeviceMotion and DeviceOrientation
+        https://bugs.webkit.org/show_bug.cgi?id=94692
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        * WebProcess/qt/WebProcessQt.cpp:
+        (WebKit::WebProcess::platformInitializeWebProcess):
+
 2012-08-22  Allan Sandfeld Jensen  <[email protected]>
 
         Wrong default for new ScrollAnimatorEnabled preference.

Modified: trunk/Source/WebKit2/WebProcess/qt/WebProcessQt.cpp (126295 => 126296)


--- trunk/Source/WebKit2/WebProcess/qt/WebProcessQt.cpp	2012-08-22 13:12:26 UTC (rev 126295)
+++ trunk/Source/WebKit2/WebProcess/qt/WebProcessQt.cpp	2012-08-22 13:21:59 UTC (rev 126296)
@@ -160,11 +160,6 @@
     }
 #endif
 
-    // Disable runtime enabled features that have no WebKit2 implementation yet.
-#if ENABLE(DEVICE_ORIENTATION)
-    WebCore::RuntimeEnabledFeatures::setDeviceMotionEnabled(false);
-    WebCore::RuntimeEnabledFeatures::setDeviceOrientationEnabled(false);
-#endif
 #if ENABLE(SPEECH_INPUT)
     WebCore::RuntimeEnabledFeatures::setSpeechInputEnabled(false);
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to