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

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

Issue 8665012: Switch to " native '*Class' " (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/generated/src/frog/XSLTProcessor.dart ('k') | no next file » | 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 079f441806b37d4b7c357f058728d998b770505d..f0baab4214101020945d81ae6e63afe4d0ac5388 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -1929,7 +1929,7 @@ class FrogInterfaceGenerator(object):
(self._members_emitter, self._base_emitter) = self._dart_code.Emit(
'\n'
- 'class $CLASS$BASE native "$CLASS" {\n'
+ 'class $CLASS$BASE native "*$CLASS" {\n'
'$CONSTRUCTOR$!MEMBERS'
'$!ADDITIONS'
'}\n',
« no previous file with comments | « client/dom/generated/src/frog/XSLTProcessor.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698