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

Unified Diff: lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate

Issue 11365019: Merging dart:html interfaces and implementations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding generated files. 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: lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
diff --git a/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate b/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
index a97d6171416911d16843baf8ec1feacc17265558..692955b7ceb6b6d0cace6f1b471d6d04856a25fb 100644
--- a/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
+++ b/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
@@ -5,8 +5,7 @@
part of html;
$!COMMENT
-abstract class SVGSVGElement extends SVGElement implements SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan {
- factory SVGSVGElement() => _$(ID)FactoryProvider.createSVGSVGElement();
+abstract class _ISVGSVGElement extends _ISVGElement implements _ISVGTests, _ISVGLangSpace, _ISVGExternalResourcesRequired, _ISVGStylable, _ISVGLocatable, _ISVGFitToViewBox, _ISVGZoomAndPan {
$!MEMBERS
}

Powered by Google App Engine
This is Rietveld 408576698