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

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

Issue 10448009: Apply html renames to native wrappers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/scripts/systemhtml.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/dartdomgenerator.py
diff --git a/lib/dom/scripts/dartdomgenerator.py b/lib/dom/scripts/dartdomgenerator.py
index 74068dd721ec8c419d6a962339e295b5210468bc..0536948281f41b725334f3b5b4c76e1a525e2b59 100755
--- a/lib/dom/scripts/dartdomgenerator.py
+++ b/lib/dom/scripts/dartdomgenerator.py
@@ -142,7 +142,7 @@ def Generate(systems, database_dir, use_database_cache, dom_output_dir,
# Generate native wrappers.
native_system = NativeImplementationSystem(
TemplateLoader(template_dir, ['dom/native', 'dom', '']),
- dom_database, html_renames, emitters, auxiliary_dir,
+ dom_database, html_database, html_renames, emitters, auxiliary_dir,
output_dir)
generator.Generate(dom_database, native_system,
source_filter=['WebKit', 'Dart'],
« no previous file with comments | « no previous file | lib/dom/scripts/systemhtml.py » ('j') | lib/dom/scripts/systemhtml.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698