| Index: lib/html/scripts/htmlrenamer.py
|
| ===================================================================
|
| --- lib/html/scripts/htmlrenamer.py (revision 12808)
|
| +++ lib/html/scripts/htmlrenamer.py (working copy)
|
| @@ -105,6 +105,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
|
|
|