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

Unified Diff: client/html/generated/html/frog/DocumentFragment.dart

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 10 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/generated/html/frog/Document.dart ('k') | client/html/generated/html/frog/Element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/generated/html/frog/DocumentFragment.dart
diff --git a/client/html/generated/html/frog/DocumentFragment.dart b/client/html/generated/html/frog/DocumentFragment.dart
index dbfa11d6b08a7649ac3a1a59321425a8820171ca..9532ee53502740dcb43ddfeb3a4f4b2cf9b71590 100644
--- a/client/html/generated/html/frog/DocumentFragment.dart
+++ b/client/html/generated/html/frog/DocumentFragment.dart
@@ -3,5 +3,5 @@ class _DocumentFragmentImpl extends _NodeImpl implements DocumentFragment native
_ElementImpl query(String selectors) native "return this.querySelector(selectors);";
- _NodeListImpl queryAll(String selectors) native "return this.querySelectorAll(selectors);";
+ _NodeListImpl _querySelectorAll(String selectors) native "return this.querySelectorAll(selectors);";
}
« no previous file with comments | « client/html/generated/html/frog/Document.dart ('k') | client/html/generated/html/frog/Element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698