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

Unified Diff: tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate

Issue 133693004: Add special case templates to handle Global/WindowEventHandlers (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update whitelist Created 6 years, 11 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/templates/html/impl/impl_WindowEventHandlers.darttemplate
diff --git a/tools/dom/templates/dart2js_impl.darttemplate b/tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate
similarity index 75%
copy from tools/dom/templates/dart2js_impl.darttemplate
copy to tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate
index 938f2a90c58f664299da6fdb4847dd8f4c801473..82862da7acaad5f82bd88a82532ac65518de60d9 100644
--- a/tools/dom/templates/dart2js_impl.darttemplate
+++ b/tools/dom/templates/html/impl/impl_WindowEventHandlers.darttemplate
@@ -5,5 +5,5 @@
part of $LIBRARYNAME;
@DocsEditable()
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$MIXINS$IMPLEMENTS$NATIVESPEC {
+$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME extends EventTarget$NATIVESPEC {
$!MEMBERS}

Powered by Google App Engine
This is Rietveld 408576698