| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index fd80e29a853f4002c7daeac7c2af88690ca8da30..fbd42f1c7cf0cc6693807299df63723b8986c15b 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -139,6 +139,7 @@ _private_html_members = set([
|
| _renamed_html_members = {
|
| 'Document.createCDATASection': 'createCDataSection',
|
| 'Document.defaultView': 'window',
|
| + 'Element.webkitCreateShadowRoot': 'createShadowRoot',
|
| 'Element.webkitMatchesSelector' : 'matchesSelector',
|
| 'Element.scrollIntoViewIfNeeded': 'scrollIntoView',
|
| 'Node.cloneNode': 'clone',
|
|
|