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