Title: [108936] trunk/Source/WebCore
Revision
108936
Author
hara...@chromium.org
Date
2012-02-26 16:25:40 -0800 (Sun, 26 Feb 2012)

Log Message

Unreviewed. Rebaselined run-bindings-tests results.

* bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
(webkit_dom_test_interface_supplemental_method4):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108935 => 108936)


--- trunk/Source/WebCore/ChangeLog	2012-02-26 22:51:38 UTC (rev 108935)
+++ trunk/Source/WebCore/ChangeLog	2012-02-27 00:25:40 UTC (rev 108936)
@@ -1,3 +1,10 @@
+2012-02-26  Kentaro Hara  <hara...@chromium.org>
+
+        Unreviewed. Rebaselined run-bindings-tests results.
+
+        * bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
+        (webkit_dom_test_interface_supplemental_method4):
+
 2012-02-26  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r108547.

Modified: trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp (108935 => 108936)


--- trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp	2012-02-26 22:51:38 UTC (rev 108935)
+++ trunk/Source/WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp	2012-02-27 00:25:40 UTC (rev 108936)
@@ -104,7 +104,7 @@
     g_return_if_fail(self);
     WebCore::JSMainThreadNullState state;
     WebCore::TestInterface * item = WebKit::core(self);
-    TestSupplemental::supplementalMethod4(item);
+    WebCore::TestSupplemental::supplementalMethod4(item);
 #endif /* ENABLE(Condition11) || ENABLE(Condition12) */
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to