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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues Created 8 years, 12 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
« no previous file with comments | « client/dom/monkey_dom.dart.broken ('k') | client/dom/scripts/databasebuilder.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 3da45417ed2314757d9cd4296ebbf2c116b7703f..45b41cecacddd4c7426dd62f0c27bbba85a6f06d 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -1451,7 +1451,7 @@ class DartInterfaceGenerator(object):
SUPERS=', '.join(suppressed_extends))
if typename in _interface_factories:
- extends_emitter.Emit(' factory $F', F=_interface_factories[typename])
+ extends_emitter.Emit(' default $F', F=_interface_factories[typename])
element_type = MaybeTypedArrayElementType(self._interface)
if element_type:
« no previous file with comments | « client/dom/monkey_dom.dart.broken ('k') | client/dom/scripts/databasebuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698