Title: [124732] trunk/Source/WebCore
Revision
124732
Author
[email protected]
Date
2012-08-05 23:09:14 -0700 (Sun, 05 Aug 2012)

Log Message

Remove DeviceMotionEvent.h and DeviceOrientationEvent.h from Document.cpp
https://bugs.webkit.org/show_bug.cgi?id=93224

Patch by Kihong Kwon <[email protected]> on 2012-08-05
Reviewed by Kentaro Hara.

Need to remove DeviceMotionEvent.h and DeviceOrientationEvent.h from Document.cpp.
They are not used anymore in that file.

No new tests. No change in behavior.

* dom/Document.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (124731 => 124732)


--- trunk/Source/WebCore/ChangeLog	2012-08-06 05:10:53 UTC (rev 124731)
+++ trunk/Source/WebCore/ChangeLog	2012-08-06 06:09:14 UTC (rev 124732)
@@ -1,3 +1,17 @@
+2012-08-05  Kihong Kwon  <[email protected]>
+
+        Remove DeviceMotionEvent.h and DeviceOrientationEvent.h from Document.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=93224
+
+        Reviewed by Kentaro Hara.
+
+        Need to remove DeviceMotionEvent.h and DeviceOrientationEvent.h from Document.cpp.
+        They are not used anymore in that file.
+
+        No new tests. No change in behavior.
+
+        * dom/Document.cpp:
+
 2012-08-05  Gyuyoung Kim  <[email protected]>
 
         [CMAKE] Move media source files from #ifdef ENABLE(MEDIA_SOURCE) to existing file list

Modified: trunk/Source/WebCore/dom/Document.cpp (124731 => 124732)


--- trunk/Source/WebCore/dom/Document.cpp	2012-08-06 05:10:53 UTC (rev 124731)
+++ trunk/Source/WebCore/dom/Document.cpp	2012-08-06 06:09:14 UTC (rev 124732)
@@ -51,9 +51,7 @@
 #include "DOMWindow.h"
 #include "DateComponents.h"
 #include "DeviceMotionController.h"
-#include "DeviceMotionEvent.h"
 #include "DeviceOrientationController.h"
-#include "DeviceOrientationEvent.h"
 #include "DocumentEventQueue.h"
 #include "DocumentFragment.h"
 #include "DocumentLoader.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to