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

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

Issue 8618007: Enable SVG for dartc and frog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « client/dom/monkey_dom.dart.broken ('k') | client/dom/scripts/fremontcutbuilder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator.py
diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
index 58dd47398db7d8d86c3fe8b4377392d62075d829..079f441806b37d4b7c357f058728d998b770505d 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -1168,11 +1168,11 @@ class DartInterfaceGenerator(object):
ARGS=info.arg_interface_declaration)
# Interfaces get secondary members directly via the superinterfaces.
- def AddSecondaryGetter(self, attr):
+ def AddSecondaryGetter(self, interface, attr):
pass
- def AddSecondarySetter(self, attr):
+ def AddSecondarySetter(self, interface, attr):
pass
- def AddSecondaryOperation(self, attr):
+ def AddSecondaryOperation(self, interface, attr):
pass
« no previous file with comments | « client/dom/monkey_dom.dart.broken ('k') | client/dom/scripts/fremontcutbuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698