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

Unified Diff: lib/dom/scripts/fremontcutbuilder.py

Issue 10636027: Support proper propagation of enabled per context and at runtime attributes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Next iteration Created 8 years, 6 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
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index 635e6e6cd1ae35d0c23232a846e012e65118f63c..db59fded5d67f8d895802d91c48010266f2a9ac4 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -147,6 +147,7 @@ def build_database(idl_files, database_dir, feature_defines = None):
# Merging:
builder.merge_imported_interfaces(optional_argument_whitelist)
+ builder.fetch_constructor_data(webkit_options)
builder.fix_displacements('WebKit')
# Cleanup:

Powered by Google App Engine
This is Rietveld 408576698