Title: [106127] trunk/Source/WebCore
Revision
106127
Author
[email protected]
Date
2012-01-27 09:55:38 -0800 (Fri, 27 Jan 2012)

Log Message

Unreviewed. Rebasedlined run-bindings-tests results.

* bindings/scripts/test/CPP/WebDOMTestInterface.cpp:
(WebDOMTestInterface::supplementalMethod1):
(WebDOMTestInterface::supplementalMethod2):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106126 => 106127)


--- trunk/Source/WebCore/ChangeLog	2012-01-27 17:54:13 UTC (rev 106126)
+++ trunk/Source/WebCore/ChangeLog	2012-01-27 17:55:38 UTC (rev 106127)
@@ -1,3 +1,11 @@
+2012-01-27  Kentaro Hara  <[email protected]>
+
+        Unreviewed. Rebasedlined run-bindings-tests results.
+
+        * bindings/scripts/test/CPP/WebDOMTestInterface.cpp:
+        (WebDOMTestInterface::supplementalMethod1):
+        (WebDOMTestInterface::supplementalMethod2):
+
 2012-01-27  No'am Rosenthal  <[email protected]>
 
         [Qt][WK2] Child layers appear in wrong position when scrolling

Modified: trunk/Source/WebCore/bindings/scripts/test/CPP/WebDOMTestInterface.cpp (106126 => 106127)


--- trunk/Source/WebCore/bindings/scripts/test/CPP/WebDOMTestInterface.cpp	2012-01-27 17:54:13 UTC (rev 106126)
+++ trunk/Source/WebCore/bindings/scripts/test/CPP/WebDOMTestInterface.cpp	2012-01-27 17:55:38 UTC (rev 106127)
@@ -115,7 +115,7 @@
     if (!impl())
         return;
 
-    TestSupplemental::supplementalMethod1(impl());
+    WebCore::TestSupplemental::supplementalMethod1(impl());
 }
 
 #endif
@@ -128,7 +128,7 @@
         return WebDOMTestObj();
 
     WebCore::ExceptionCode ec = 0;
-    WebDOMTestObj result = toWebKit(WTF::getPtr(TestSupplemental::supplementalMethod2(impl(), strArg, toWebCore(objArg), ec)));
+    WebDOMTestObj result = toWebKit(WTF::getPtr(WebCore::TestSupplemental::supplementalMethod2(impl(), strArg, toWebCore(objArg), ec)));
     webDOMRaiseError(static_cast<WebDOMExceptionCode>(ec));
     return result;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to