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

Unified Diff: tools/dom/scripts/systemhtml.py

Issue 14619026: dart2js native mixin application should extend 'Interface', not 'Object' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 013e35b85f4f7dc4cb28a48ef8628259dd31fef7..816b8a208f823357f8b746a9f1aa7d7be23a8939 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -527,7 +527,7 @@ class HtmlDartInterfaceGenerator(object):
if mixins:
mixins_str = ' with ' + ', '.join(mixins)
if not base_class:
- base_class = 'Object'
+ base_class = 'Interceptor'
annotations = self._metadata.GetFormattedMetadata(
self._library_name, self._interface, None, '')

Powered by Google App Engine
This is Rietveld 408576698