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

Unified Diff: lib/dom/scripts/systeminterface.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
Index: lib/dom/scripts/systeminterface.py
diff --git a/lib/dom/scripts/systeminterface.py b/lib/dom/scripts/systeminterface.py
index 64b8682963d15b6957a5991c523a6d8dd58901ab..97d08e53d0e09e6ad70cf0c7f7d395ead9249d39 100644
--- a/lib/dom/scripts/systeminterface.py
+++ b/lib/dom/scripts/systeminterface.py
@@ -12,9 +12,8 @@ from generator import *
class InterfacesSystem(systembase.System):
- def __init__(self, templates, database, emitters, output_dir):
- super(InterfacesSystem, self).__init__(
- templates, database, emitters, output_dir)
+ def __init__(self, options):
+ super(InterfacesSystem, self).__init__(options)
self._dart_interface_file_paths = []

Powered by Google App Engine
This is Rietveld 408576698