Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: Tools/Scripts/webkitpy/bindings/main.py

Issue 831483004: IDL: Make enums have global visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/serviceworkers/WindowClient.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index 9c84c1bea00eb68227230eff316811ce14443658..def614763df95083ecf195e5d1b168fd44af3918 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -288,7 +288,7 @@ def bindings_tests(output_directory, verbose):
os.makedirs(partial_interface_output_dir)
idl_partial_interface_compiler = IdlCompilerV8(
partial_interface_output_dir,
- info_provider=component_info_providers[component],
+ info_provider=component_info_providers['modules'],
only_if_changed=True,
target_component='modules')
else:
« no previous file with comments | « Source/modules/serviceworkers/WindowClient.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698