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

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

Issue 10703194: Extract interfaces and members renaming logic to a new HtmlRenamer class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 5 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 | « lib/dom/scripts/dartdomgenerator.py ('k') | lib/dom/scripts/database.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/dartgenerator.py
diff --git a/lib/dom/scripts/dartgenerator.py b/lib/dom/scripts/dartgenerator.py
index c5c4be55c09e730ddbdb066b82fea7b257559e7f..713c534927f322cf3552c4d0891c1bb4988dfc13 100755
--- a/lib/dom/scripts/dartgenerator.py
+++ b/lib/dom/scripts/dartgenerator.py
@@ -287,8 +287,8 @@ class DummyImplementationSystem(systembase.System):
All the code comes from hand-written library files.
"""
- def __init__(self, context):
- super(DummyImplementationSystem, self).__init__(context)
+ def __init__(self, options):
+ super(DummyImplementationSystem, self).__init__(options)
factory_providers_file = os.path.join(self._output_dir, 'src', 'dummy',
'RegularFactoryProviders.dart')
self._factory_providers_emitter = self._emitters.FileEmitter(
« no previous file with comments | « lib/dom/scripts/dartdomgenerator.py ('k') | lib/dom/scripts/database.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698