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

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

Issue 8548019: Add a script for determining which DOM methods correspond to which HTML methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use "Window" instead of "DOMWindow". Created 9 years, 1 month 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/scripts/html-diff.dart ('k') | client/html/src/DocumentWrappingImplementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/DocumentFragmentWrappingImplementation.dart
diff --git a/client/html/src/DocumentFragmentWrappingImplementation.dart b/client/html/src/DocumentFragmentWrappingImplementation.dart
index c62c2ae8c2ee515433ec261fb98909f05a4e8510..8dcaac28a13ad0b215ed69e5fe28b6565deaf5bf 100644
--- a/client/html/src/DocumentFragmentWrappingImplementation.dart
+++ b/client/html/src/DocumentFragmentWrappingImplementation.dart
@@ -151,6 +151,7 @@ class DocumentFragmentWrappingImplementation extends NodeWrappingImplementation
DocumentFragmentWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
+ /** @domName Document.createDocumentFragment */
factory DocumentFragmentWrappingImplementation() {
return new DocumentFragmentWrappingImplementation._wrap(
dom.document.createDocumentFragment());
« no previous file with comments | « client/html/scripts/html-diff.dart ('k') | client/html/src/DocumentWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698