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

Unified Diff: lib/dom/scripts/systemfrog.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/systemfrog.py
diff --git a/lib/dom/scripts/systemfrog.py b/lib/dom/scripts/systemfrog.py
index 9f37a70656041a5582115a43b3444a8ef27998d0..e59482d8c90db09ab813bfbaebb26118dce2f86f 100644
--- a/lib/dom/scripts/systemfrog.py
+++ b/lib/dom/scripts/systemfrog.py
@@ -24,9 +24,8 @@ _dom_frog_omitted_members = set([
class FrogSystem(System):
- def __init__(self, templates, database, emitters, output_dir):
- super(FrogSystem, self).__init__(
- templates, database, emitters, output_dir)
+ def __init__(self, options):
+ super(FrogSystem, self).__init__(options)
self._impl_file_paths = []
def ProcessInterface(self, interface):

Powered by Google App Engine
This is Rietveld 408576698