Title: [103271] trunk/Source/WebKit/chromium
Revision
103271
Author
[email protected]
Date
2011-12-19 14:51:36 -0800 (Mon, 19 Dec 2011)

Log Message

[chromium] Fix win builder due to more NotNull ambiguity errors.

Unreviewed gardening.

* tests/Canvas2DLayerChromiumTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (103270 => 103271)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-19 22:37:00 UTC (rev 103270)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-19 22:51:36 UTC (rev 103271)
@@ -1,3 +1,11 @@
+2011-12-19  Adrienne Walker  <[email protected]>
+
+        [chromium] Fix win builder due to more NotNull ambiguity errors.
+
+        Unreviewed gardening.
+
+        * tests/Canvas2DLayerChromiumTest.cpp:
+
 2011-12-19  Iain Merrick  <[email protected]>
 
         [chromium] Accelerated canvas broken in threaded compositing mode

Modified: trunk/Source/WebKit/chromium/tests/Canvas2DLayerChromiumTest.cpp (103270 => 103271)


--- trunk/Source/WebKit/chromium/tests/Canvas2DLayerChromiumTest.cpp	2011-12-19 22:37:00 UTC (rev 103270)
+++ trunk/Source/WebKit/chromium/tests/Canvas2DLayerChromiumTest.cpp	2011-12-19 22:51:36 UTC (rev 103271)
@@ -39,7 +39,7 @@
 
 using namespace WebCore;
 using namespace WebKit;
-using namespace testing;
+using testing::Return;
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to