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):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@109335
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-01 Kentaro Hara <haraken@chromium.org>
+
+ 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 <simon.hausmann@nokia.com>
[Qt][WK2] QQuickWebView::event should lookup faster which events QQuickWebPage can handle
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,