| Index: lib/html/scripts/htmlrenamer.py
|
| diff --git a/lib/html/scripts/htmlrenamer.py b/lib/html/scripts/htmlrenamer.py
|
| index faf602a53a9a797f31a44e7488b4bacc6e1fd72c..d0c5d56bb5344b17fc3ef344cad05261d25a29a0 100644
|
| --- a/lib/html/scripts/htmlrenamer.py
|
| +++ b/lib/html/scripts/htmlrenamer.py
|
| @@ -108,9 +108,6 @@ _renamed_html_members = {
|
| 'SVGElement.className': '$dom_svgClassName',
|
| 'SVGAnimatedString.className': '$dom_svgClassName',
|
| 'SVGStylable.className': '$dom_svgClassName',
|
| - 'Window.webkitCancelAnimationFrame': 'cancelAnimationFrame',
|
| - 'Window.webkitCancelRequestAnimationFrame': 'cancelRequestAnimationFrame',
|
| - 'Window.webkitRequestAnimationFrame': 'requestAnimationFrame',
|
| }
|
|
|
| # Members and classes from the dom that should be removed completely from
|
| @@ -274,7 +271,6 @@ _removed_html_members = set([
|
| 'ShadowRoot.getElementsByTagNameNS',
|
| "IFrameElement.get:contentDocument",
|
| "Window.get:frameElement",
|
| - "Window.webkitCancelRequestAnimationFrame",
|
| ])
|
|
|
| class HtmlRenamer(object):
|
|
|