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

Unified Diff: client/html/src/Element.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/Element.dart
diff --git a/client/html/src/Element.dart b/client/html/src/Element.dart
index 7ec08bd37c829f37cd8a27f16954cffea28cc947..ea5a3de313e826245c101113a4754df92a1f1ab9 100644
--- a/client/html/src/Element.dart
+++ b/client/html/src/Element.dart
@@ -192,4 +192,6 @@ interface Element extends Node /*, common.NodeSelector, common.ElementTraversal
Future<CSSStyleDeclaration> getComputedStyle(String pseudoElement);
ElementEvents get on();
+
+ Element clone(bool deep);
}
« no previous file with comments | « client/html/src/DocumentFragmentWrappingImplementation.dart ('k') | client/html/src/ElementWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698