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

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

Issue 10702202: Introduce TypeRegistry 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/generator.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 d33c10980d3ea37eb9478b83088a57e91632be9b..7081a0fa7785c8b8ced45801c202c96c32f7bb2a 100755
--- a/lib/dom/scripts/dartgenerator.py
+++ b/lib/dom/scripts/dartgenerator.py
@@ -287,9 +287,8 @@ class DummyImplementationSystem(systembase.System):
All the code comes from hand-written library files.
"""
- def __init__(self, templates, database, emitters, output_dir):
- super(DummyImplementationSystem, self).__init__(
- templates, database, emitters, output_dir)
+ def __init__(self, context):
Anton Muhin 2012/07/16 10:22:22 options :)
+ super(DummyImplementationSystem, self).__init__(context)
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/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698