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

Unified Diff: lib/dom/templates/dom/native/dart_implementation.darttemplate

Issue 10383302: Move dart:dom implementation classes to dart:html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 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: lib/dom/templates/dom/native/dart_implementation.darttemplate
diff --git a/lib/dom/templates/dom/native/dart_implementation.darttemplate b/lib/dom/templates/dom/native/dart_implementation.darttemplate
index 62a255d3aa76870c4dc3865c7b97f4f14b1473d7..b4f540b5190b8551a9f33bda67192743d3731f3b 100644
--- a/lib/dom/templates/dom/native/dart_implementation.darttemplate
+++ b/lib/dom/templates/dom/native/dart_implementation.darttemplate
@@ -4,7 +4,10 @@
// WARNING: Do not edit - generated code.
-class $CLASS extends $BASE implements $INTERFACE {
+interface _$INTERFACE {
+}
+
+class $CLASS extends $BASE implements _$INTERFACE {
static $CLASS _create$CLASS() => new $CLASS._create$CLASS();
$CLASS._create$CLASS();
String get typeName() => "$INTERFACE";
« no previous file with comments | « lib/dom/templates/dom/native/cpp_implementation.template ('k') | lib/dom/templates/html/dartium/factoryprovider.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698