| 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)) {
|
|
|