Chromium Code Reviews| Index: lib/html/scripts/htmlrenamer.py |
| =================================================================== |
| --- lib/html/scripts/htmlrenamer.py (revision 12738) |
| +++ 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', |
|
blois
2012/09/21 21:46:51
Does this not cause duplicate definitions of reque
|
| } |
| # Members and classes from the dom that should be removed completely from |