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/DocumentFragment.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/release/htmlimpl.dart ('k') | client/html/src/DocumentFragmentWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/DocumentFragment.dart
diff --git a/client/html/src/DocumentFragment.dart b/client/html/src/DocumentFragment.dart
index b3ea511f816f41a1e3c5e75400b5c5b1a55ef4c6..b58c6c07a4d3af575e2e890719d59320fe74d324 100644
--- a/client/html/src/DocumentFragment.dart
+++ b/client/html/src/DocumentFragment.dart
@@ -7,4 +7,6 @@ interface DocumentFragment extends Element default DocumentFragmentWrappingImple
DocumentFragment();
DocumentFragment.html(String html);
+
+ DocumentFragment clone(bool deep);
}
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | client/html/src/DocumentFragmentWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698