| Index: tools/dom/scripts/systemhtml.py
|
| diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
|
| index 84d22fee8b081b174a9c8162db82d4d7ef3395f9..7521169b0350748dd6280625927784aa8bbf3e19 100644
|
| --- a/tools/dom/scripts/systemhtml.py
|
| +++ b/tools/dom/scripts/systemhtml.py
|
| @@ -61,7 +61,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
|
| 'Element.insertAdjacentText',
|
| 'Element.remove',
|
| 'Element.shadowRoot',
|
| - 'Element.webkitMatchesSelector',
|
| + 'Element.matches',
|
| 'ElementEvents.mouseWheel',
|
| 'ElementEvents.transitionEnd',
|
| 'FileReader.result',
|
|
|