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

Unified Diff: lib/html/dartium/html_dartium.dart

Issue 9956010: Fix typo in dartium query selector code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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:
Download patch
« no previous file with comments | « lib/dom/templates/html/impl/impl_Document.darttemplate ('k') | lib/html/release/html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index 07f96dfe885eecebdcde9af02ab31ef230fd002f..e5910a30c26c6b78f98d71f80393d3a2c6c8b633 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -6954,7 +6954,7 @@ class _DocumentImpl extends _NodeImpl
// TODO(jacobr): autogenerate this method.
_ElementImpl $dom_querySelector(String selectors) =>
- _wrap(_.querySelector(selectors));
+ _wrap(_ptr.querySelector(selectors));
ElementList queryAll(String selectors) {
if (const RegExp("""^\\[name=["'][^'"]+['"]\\]\$""").hasMatch(selectors)) {
« no previous file with comments | « lib/dom/templates/html/impl/impl_Document.darttemplate ('k') | lib/html/release/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698