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

Unified Diff: lib/dom/templates/html/impl/impl_Document.darttemplate

Issue 10448009: Apply html renames to native wrappers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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 | « lib/dom/templates/html/dartium/impl_EventTarget.darttemplate ('k') | lib/html/frog/html_frog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/impl/impl_Document.darttemplate
diff --git a/lib/dom/templates/html/impl/impl_Document.darttemplate b/lib/dom/templates/html/impl/impl_Document.darttemplate
index 0b2e41221ee0a3e50707fb6030bc368c8b28a0ee..4d5a59288df791b5d993a13cdfc3919e6cbed4ef 100644
--- a/lib/dom/templates/html/impl/impl_Document.darttemplate
+++ b/lib/dom/templates/html/impl/impl_Document.darttemplate
@@ -26,7 +26,7 @@ $if FROG
_ElementImpl $dom_querySelector(String selectors) native "return this.querySelector(selectors);";
$else
_ElementImpl $dom_querySelector(String selectors) =>
- _wrap(_ptr.querySelector(selectors));
+ _wrap(_ptr.query(selectors));
$endif
ElementList queryAll(String selectors) {
« no previous file with comments | « lib/dom/templates/html/dartium/impl_EventTarget.darttemplate ('k') | lib/html/frog/html_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698