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

Unified Diff: client/html/htmlimpl.dart

Issue 8919029: Add a couple useful SVG constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Comments Created 9 years 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: client/html/htmlimpl.dart
diff --git a/client/html/htmlimpl.dart b/client/html/htmlimpl.dart
index 2d689f9f5df427f4bf6dbfab5bb254cba948a6d4..915e97cf9cb87675f806207b27801ac84d89387b 100644
--- a/client/html/htmlimpl.dart
+++ b/client/html/htmlimpl.dart
@@ -236,7 +236,6 @@
#source('generated/src/wrapping/_SVGDefsElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGDescElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGElementInstanceListWrappingImplementation.dart');
-#source('generated/src/wrapping/_SVGElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGEllipseElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGExceptionWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGExternalResourcesRequiredWrappingImplementation.dart');
@@ -326,7 +325,6 @@
#source('generated/src/wrapping/_SVGRectElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGRectWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGRenderingIntentWrappingImplementation.dart');
-#source('generated/src/wrapping/_SVGSVGElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGScriptElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGSetElementWrappingImplementation.dart');
#source('generated/src/wrapping/_SVGStopElementWrappingImplementation.dart');
@@ -456,7 +454,9 @@
#source('src/SharedWorkerWrappingImplementation.dart');
#source('src/StorageEventWrappingImplementation.dart');
#source('src/SVGDocumentWrappingImplementation.dart');
+#source('src/SVGElementWrappingImplementation.dart');
#source('src/SVGElementInstanceWrappingImplementation.dart');
+#source('src/SVGSVGElementWrappingImplementation.dart');
#source('src/TextEventWrappingImplementation.dart');
#source('src/TextWrappingImplementation.dart');
#source('src/TouchEventWrappingImplementation.dart');

Powered by Google App Engine
This is Rietveld 408576698