Index: lib/html/scripts/htmlrenamer.py |
=================================================================== |
--- lib/html/scripts/htmlrenamer.py (revision 12920) |
+++ lib/html/scripts/htmlrenamer.py (working copy) |
@@ -108,6 +108,9 @@ |
'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 |
@@ -271,6 +274,7 @@ |
'ShadowRoot.getElementsByTagNameNS', |
"IFrameElement.get:contentDocument", |
"Window.get:frameElement", |
+ "Window.webkitCancelRequestAnimationFrame", |
]) |
class HtmlRenamer(object): |