| Index: sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate b/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| index b9b8cdb3a6f88ea2d419d5d856deacdfc241ef91..a3e8cb5c60a18b7916f7d35188e39f2fa3e11e42 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
|
| @@ -159,7 +159,6 @@ $endif
|
| _emptyStyleFuture();
|
| Future<CssStyleDeclaration> getComputedStyle(String pseudoElement) =>
|
| _emptyStyleFuture();
|
| - bool matchesSelector(String selectors) => false;
|
|
|
| // Imperative Element methods are made into no-ops, as they are on parentless
|
| // elements.
|
|
|