| Index: lib/html/scripts/htmlrenamer.py
|
| diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
|
| index 363ea838637b15c55073a2adada8a4f0cf70340d..f2e763407774384803941a81d4165187e4f4619c 100644
|
| --- a/lib/html/scripts/htmlrenamer.py
|
| +++ b/lib/html/scripts/htmlrenamer.py
|
| @@ -281,6 +281,8 @@ _removed_html_members = set([
|
| "WheelEvent.wheelDeltaX",
|
| "WheelEvent.wheelDeltaY",
|
| "LocalWindow.get:frameElement",
|
| + "LocalWindow.get:frames",
|
| + "LocalWindow.get:length",
|
| "LocalWindow.webkitCancelRequestAnimationFrame",
|
| ])
|
|
|
|
|