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

Unified Diff: client/html/src/SVGElement.dart

Issue 9127005: Properly type the clone method for Element and a few of its subclasses. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: client/html/src/SVGElement.dart
diff --git a/client/html/src/SVGElement.dart b/client/html/src/SVGElement.dart
index 281e57aa98d65df342b3354d20cdfd058459a598..e2692a20572d050ec4f47ff30e24ad3dcde45b9e 100644
--- a/client/html/src/SVGElement.dart
+++ b/client/html/src/SVGElement.dart
@@ -18,4 +18,6 @@ interface SVGElement extends Element default SVGElementWrappingImplementation {
String get xmlbase();
void set xmlbase(String value);
+
+ SVGElement clone(bool deep);
}
« no previous file with comments | « client/html/src/ElementWrappingImplementation.dart ('k') | client/html/src/SVGElementWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698