| 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 8abac3775c4146f65b923db522ae32ae4fa881ac..03bd4da9f4cd1786063d1542753b852017515229 100644
|
| --- a/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Window.darttemplate
|
| @@ -115,7 +115,7 @@ $if DART2JS
|
| @DomName('Window.requestAnimationFrame')
|
| int requestAnimationFrame(FrameRequestCallback callback) {
|
| _ensureRequestAnimationFrame();
|
| - return _requestAnimationFrame(_wrapZone/*<num, dynamic>*/(callback));
|
| + return _requestAnimationFrame(_wrapZone/*<dynamic, num>*/(callback));
|
| }
|
|
|
| /**
|
|
|