| Index: tools/dom/templates/html/impl/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Window.darttemplate b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| index f60f7d495700a1eea5631c838a93ba574b92a07d..9c8f8ce2ac675ad1387a3c6dc7ee7f5f9c0f8a98 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -152,7 +152,7 @@ $if DART2JS
|
| return _requestAnimationFrame(callback);
|
| }
|
|
|
| - void cancelAnimationFrame(id) {
|
| + void cancelAnimationFrame(int id) {
|
| _ensureRequestAnimationFrame();
|
| _cancelAnimationFrame(id);
|
| }
|
| @@ -205,7 +205,7 @@ $if DART2JS
|
| this, this, this);
|
|
|
| @DomName('Window.console')
|
| - Console get console => Console.safeConsole;
|
| + Console get console => Console._safeConsole;
|
|
|
| /// Checks if _setImmediate is supported.
|
| static bool get _supportsSetImmediate =>
|
|
|