Title: [127959] trunk/Source/WebKit/chromium
- Revision
- 127959
- Author
- [email protected]
- Date
- 2012-09-07 22:53:39 -0700 (Fri, 07 Sep 2012)
Log Message
Unreviewed prospective build fix.
Use WTF namespace like in other files in the same directory to resolve unqualified
adoptPtr correctly.
* tests/WebCompositorInputHandlerImplTest.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (127958 => 127959)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-09-08 05:46:29 UTC (rev 127958)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-09-08 05:53:39 UTC (rev 127959)
@@ -1,3 +1,12 @@
+2012-09-07 Simon Hausmann <[email protected]>
+
+ Unreviewed prospective build fix.
+
+ Use WTF namespace like in other files in the same directory to resolve unqualified
+ adoptPtr correctly.
+
+ * tests/WebCompositorInputHandlerImplTest.cpp:
+
2012-09-07 James Robinson <[email protected]>
[chromium] Remove transitional WebCompositorSupport fallback code
Modified: trunk/Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp (127958 => 127959)
--- trunk/Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp 2012-09-08 05:46:29 UTC (rev 127958)
+++ trunk/Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp 2012-09-08 05:53:39 UTC (rev 127959)
@@ -39,6 +39,7 @@
#include <public/WebPoint.h>
#include <wtf/OwnPtr.h>
+using namespace WTF;
using namespace WebKit;
namespace {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes