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

Unified Diff: sdk/lib/html/templates/html/impl/impl_Document.darttemplate

Issue 11365203: Unmerging HTMLDocument from Document. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Try again? Created 8 years, 1 month 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: sdk/lib/html/templates/html/impl/impl_Document.darttemplate
diff --git a/sdk/lib/html/templates/html/impl/impl_Document.darttemplate b/sdk/lib/html/templates/html/impl/impl_Document.darttemplate
index e97e913ab5906390982823659012e3f3ea3d1842..3e7824d57b765010ec9b1326cd96ffce773ca7ad 100644
--- a/sdk/lib/html/templates/html/impl/impl_Document.darttemplate
+++ b/sdk/lib/html/templates/html/impl/impl_Document.darttemplate
@@ -4,10 +4,7 @@
part of html;
-class $CLASSNAME extends Node
-$if DART2JS
- native "*HTMLDocument"
-$endif
+class $CLASSNAME extends Node $NATIVESPEC
{
$!MEMBERS

Powered by Google App Engine
This is Rietveld 408576698