Chromium Code Reviews| Index: lib/html/scripts/systemhtml.py |
| =================================================================== |
| --- lib/html/scripts/systemhtml.py (revision 12920) |
| +++ lib/html/scripts/systemhtml.py (working copy) |
| @@ -25,6 +25,8 @@ |
| 'Window.top', |
| 'Window.location', |
| 'Window.open', |
| + 'Window.webkitCancelAnimationFrame', |
| + 'Window.webkitRequestAnimationFrame', |
| ]) |
| # This map controls merging of interfaces in dart:html library. |