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

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

Issue 18054021: Fixing up DOM constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 90d2610856e7cd158934610b771c677fd00cee79..b49688b1d09a4093b8e01282a87fbec9c2bbc816 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -897,6 +897,9 @@ class Dart2JSBackend(HtmlDartGenerator):
def AmendIndexer(self, element_type):
pass
+ def RootClassName(self):
+ return 'Interceptor'
+
def EmitOperation(self, info, html_name):
"""
Arguments:

Powered by Google App Engine
This is Rietveld 408576698