Title: [143425] trunk/Tools
Revision
143425
Author
jsb...@chromium.org
Date
2013-02-19 18:49:15 -0800 (Tue, 19 Feb 2013)

Log Message

Remove warning from run-bindings-tests
https://bugs.webkit.org/show_bug.cgi?id=110285

Reviewed by Kentaro Hara.

Since wkrev.com/139331 run-bindings-tests has been harmlessly emitting
"Unknown option: idlattributesfile". That option was removed from
bindings/scripts/preprocess-idls.pl but was still being passed by
the test script. Remove it.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143424 => 143425)


--- trunk/Tools/ChangeLog	2013-02-20 02:46:28 UTC (rev 143424)
+++ trunk/Tools/ChangeLog	2013-02-20 02:49:15 UTC (rev 143425)
@@ -1,3 +1,18 @@
+2013-02-19  Joshua Bell  <jsb...@chromium.org>
+
+        Remove warning from run-bindings-tests
+        https://bugs.webkit.org/show_bug.cgi?id=110285
+
+        Reviewed by Kentaro Hara.
+
+        Since wkrev.com/139331 run-bindings-tests has been harmlessly emitting
+        "Unknown option: idlattributesfile". That option was removed from
+        bindings/scripts/preprocess-idls.pl but was still being passed by
+        the test script. Remove it.
+
+        * Scripts/webkitpy/bindings/main.py:
+        (BindingsTests.generate_supplemental_dependency): Remove unused arg.
+
 2013-02-19  Elliott Sprehn  <espr...@chromium.org>
 
         Unreviewed. Add myself to watch lists.

Modified: trunk/Tools/Scripts/webkitpy/bindings/main.py (143424 => 143425)


--- trunk/Tools/Scripts/webkitpy/bindings/main.py	2013-02-20 02:46:28 UTC (rev 143424)
+++ trunk/Tools/Scripts/webkitpy/bindings/main.py	2013-02-20 02:49:15 UTC (rev 143425)
@@ -75,8 +75,7 @@
                'WebCore/bindings/scripts/preprocess-idls.pl',
                '--idlFilesList', idl_files_list[1],
                '--defines', '',
-               '--supplementalDependencyFile', supplemental_dependency_file,
-               '--idlAttributesFile', 'WebCore/bindings/scripts/IDLAttributes.txt']
+               '--supplementalDependencyFile', supplemental_dependency_file]
 
         exit_code = 0
         try:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to