| Index: lib/dom/templates/html/interface/interface_Window.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface_Window.darttemplate b/lib/dom/templates/html/interface/interface_Window.darttemplate
|
| index 1f219bf582f2725c53dc99cfb59110e14f8e4b53..7bc4c54302c9f7d211ff401226e5e1ae1de4228f 100644
|
| --- a/lib/dom/templates/html/interface/interface_Window.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface_Window.darttemplate
|
| @@ -18,5 +18,7 @@ interface $ID$EXTENDS {
|
| /** @domName DOMWindow.webkitRequestAnimationFrame */
|
| int requestAnimationFrame(RequestAnimationFrameCallback callback);
|
|
|
| + void cancelAnimationFrame(int id);
|
| +
|
| $!MEMBERS
|
| }
|
|
|