Title: [127960] trunk/Source/WebKit/chromium
Revision
127960
Author
[email protected]
Date
2012-09-07 23:16:08 -0700 (Fri, 07 Sep 2012)

Log Message

Unreviewed prospective build fix.

* tests/WebCompositorInputHandlerImplTest.cpp: Looks like someone is missing an #include.
Remove the using directive from r127959.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (127959 => 127960)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-09-08 05:53:39 UTC (rev 127959)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-09-08 06:16:08 UTC (rev 127960)
@@ -1,3 +1,10 @@
+2012-09-07  Benjamin Poulain  <[email protected]>
+
+        Unreviewed prospective build fix.
+
+        * tests/WebCompositorInputHandlerImplTest.cpp: Looks like someone is missing an #include.
+        Remove the using directive from r127959.
+
 2012-09-07  Simon Hausmann  <[email protected]>
 
         Unreviewed prospective build fix.

Modified: trunk/Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp (127959 => 127960)


--- trunk/Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp	2012-09-08 05:53:39 UTC (rev 127959)
+++ trunk/Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp	2012-09-08 06:16:08 UTC (rev 127960)
@@ -38,8 +38,8 @@
 #include <public/WebInputHandlerClient.h>
 #include <public/WebPoint.h>
 #include <wtf/OwnPtr.h>
+#include <wtf/PassOwnPtr.h>
 
-using namespace WTF;
 using namespace WebKit;
 
 namespace {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to