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

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

Issue 10704008: Make HtmlFrogSystem and NativeImplementationSystem the backends for HtmlInterfacesSystem and remove… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/dartgenerator.py
diff --git a/lib/dom/scripts/dartgenerator.py b/lib/dom/scripts/dartgenerator.py
index 0302ceb93f8f2a11e9ab232fb071a11d93cccdeb..903a68cd397f1a30fba6dd8bff2982e968ca7482 100755
--- a/lib/dom/scripts/dartgenerator.py
+++ b/lib/dom/scripts/dartgenerator.py
@@ -309,7 +309,6 @@ class DummyImplementationSystem(systembase.System):
'dom_dummy.darttemplate',
os.path.join(self._output_dir, 'dom_dummy.dart'),
(self._interface_system._dart_interface_file_paths +
- self._interface_system._dart_callback_file_paths +
self._impl_file_paths))

Powered by Google App Engine
This is Rietveld 408576698