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/dartium/dart_implementation.darttemplate

Issue 11757002: Fixing ArrayBuffer et al on IE. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tools/dom/templates/html/dart2js/impl_ArrayBuffer.darttemplate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/templates/html/dartium/dart_implementation.darttemplate
diff --git a/tools/dom/templates/html/dartium/dart_implementation.darttemplate b/tools/dom/templates/html/dartium/dart_implementation.darttemplate
index 015ae9fe14a6ab2cd49ee5435f175df1b08c7ad4..8377e83bf2a65c668331c5730559e53f9a17454d 100644
--- a/tools/dom/templates/html/dartium/dart_implementation.darttemplate
+++ b/tools/dom/templates/html/dartium/dart_implementation.darttemplate
@@ -4,9 +4,9 @@
// WARNING: Do not edit - generated code.
-part of html;
+part of $LIBRARYNAME;
-/// @domName $DOMNAME
+/// @domName $DOMNAME$ANNOTATIONS
class $CLASSNAME$EXTENDS$IMPLEMENTS {
$!MEMBERS
}
« no previous file with comments | « tools/dom/templates/html/dart2js/impl_ArrayBuffer.darttemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698