| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index 41dd22b49ee35b496f55c2e46c6b737a2bd8c4f8..e0ccc6541c70adee6637ecd39dc0411eb08c5e5a 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -918,6 +918,7 @@ $if DART2JS
|
| } else if (JS('bool', '!!#.msMatchesSelector', this)) {
|
| return JS('bool', '#.msMatchesSelector(#)', this, selectors);
|
| }
|
| + throw new UnsupportedError("Not supported on this platform");
|
| }
|
|
|
| /**
|
|
|