Title: [109335] trunk/Tools
Revision
109335
Author
[email protected]
Date
2012-03-01 04:37:50 -0800 (Thu, 01 Mar 2012)

Log Message

REGRESSION(r109036): run-bindings-tests fails because resolve-supplemental.pl was renamed
https://bugs.webkit.org/show_bug.cgi?id=80008

Reviewed by Adam Barth.

In r109036, I forgot to rename "resolve-supplemental.pl" in run-bindings-tests
to "preprocess-idls.pl". This patch renames it.

Test: Confirm that run-bindings-tests runs.

* Scripts/webkitpy/bindings/main.py:
(BindingsTests.generate_supplemental_dependency):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (109334 => 109335)


--- trunk/Tools/ChangeLog	2012-03-01 12:28:40 UTC (rev 109334)
+++ trunk/Tools/ChangeLog	2012-03-01 12:37:50 UTC (rev 109335)
@@ -1,3 +1,18 @@
+2012-03-01  Kentaro Hara  <[email protected]>
+
+        REGRESSION(r109036): run-bindings-tests fails because resolve-supplemental.pl was renamed
+        https://bugs.webkit.org/show_bug.cgi?id=80008
+
+        Reviewed by Adam Barth.
+
+        In r109036, I forgot to rename "resolve-supplemental.pl" in run-bindings-tests
+        to "preprocess-idls.pl". This patch renames it.
+
+        Test: Confirm that run-bindings-tests runs.
+
+        * Scripts/webkitpy/bindings/main.py:
+        (BindingsTests.generate_supplemental_dependency):
+
 2012-02-29  Simon Hausmann  <[email protected]>
 
         [Qt][WK2] QQuickWebView::event should lookup faster which events QQuickWebPage can handle

Modified: trunk/Tools/Scripts/webkitpy/bindings/main.py (109334 => 109335)


--- trunk/Tools/Scripts/webkitpy/bindings/main.py	2012-03-01 12:28:40 UTC (rev 109334)
+++ trunk/Tools/Scripts/webkitpy/bindings/main.py	2012-03-01 12:37:50 UTC (rev 109335)
@@ -73,7 +73,7 @@
 
         cmd = ['perl', '-w',
                '-IWebCore/bindings/scripts',
-               'WebCore/bindings/scripts/resolve-supplemental.pl',
+               'WebCore/bindings/scripts/preprocess-idls.pl',
                '--idlFilesList', idl_files_list[1],
                '--defines', '',
                '--supplementalDependencyFile', supplemental_dependency_file,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to