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

Unified Diff: client/html/src/ElementWrappingImplementation.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
« no previous file with comments | « client/html/src/Element.dart ('k') | client/html/src/SVGElement.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/ElementWrappingImplementation.dart
diff --git a/client/html/src/ElementWrappingImplementation.dart b/client/html/src/ElementWrappingImplementation.dart
index ebceed45d2efe1368aca60345af131adc5f1a676..eded46deee989ca02a5eb8276d0c147ce3230fe9 100644
--- a/client/html/src/ElementWrappingImplementation.dart
+++ b/client/html/src/ElementWrappingImplementation.dart
@@ -764,4 +764,6 @@ class ElementWrappingImplementation extends NodeWrappingImplementation implement
}
return _on;
}
+
+ Element clone(bool deep) => super.clone(deep);
}
« no previous file with comments | « client/html/src/Element.dart ('k') | client/html/src/SVGElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698