| Index: lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate b/lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index cbe9afd3aedfe1298a90a30f85759e7760fa5b91..ba3bdb7e196e20f79fedb4873358b6e3817e9452 100644
|
| --- a/lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/lib/dom/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -145,6 +145,8 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| elements.addAll(copy);
|
| }
|
|
|
| + _ElementImpl query(String selectors) => $dom_querySelector(selectors);
|
| +
|
| ElementList queryAll(String selectors) =>
|
| new _FrozenElementList._wrap($dom_querySelectorAll(selectors));
|
|
|
|
|