| Index: sdk/lib/html/scripts/htmlrenamer.py
|
| diff --git a/sdk/lib/html/scripts/htmlrenamer.py b/sdk/lib/html/scripts/htmlrenamer.py
|
| index 1244a6c3831dfba6d85fab1b0a9a355a9e759301..2f26d06702cc179b48dbffa11a58ad642506ff6d 100644
|
| --- a/sdk/lib/html/scripts/htmlrenamer.py
|
| +++ b/sdk/lib/html/scripts/htmlrenamer.py
|
| @@ -290,9 +290,11 @@ _removed_html_members = set([
|
| "Node.lookupPrefix",
|
| "Node.get:PROCESSING_INSTRUCTION_NODE",
|
| 'ShadowRoot.getElementsByTagNameNS',
|
| + "LocalWindow.blur",
|
| "LocalWindow.clientInformation",
|
| "LocalWindow.get:frames",
|
| "LocalWindow.get:length",
|
| + "LocalWindow.focus",
|
| "LocalWindow.prompt",
|
| "LocalWindow.webkitCancelRequestAnimationFrame",
|
| "WheelEvent.wheelDelta",
|
|
|