Index: sdk/lib/html/dartium/html_dartium.dart |
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart |
index 5c4350579991556b1fe58816a31921f51e7a3648..b9da2c48f7e10f82215cb0d227ddbe2a73cc9a99 100644 |
--- a/sdk/lib/html/dartium/html_dartium.dart |
+++ b/sdk/lib/html/dartium/html_dartium.dart |
@@ -39519,7 +39519,6 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo |
*/ |
@DomName('Window.cancelAnimationFrame') |
void cancelAnimationFrame(int id) { |
- _ensureRequestAnimationFrame(); |
var task = AnimationFrameTask._tasks.remove(id); |
if (task == null) { |
// Assume that the animation frame request wasn't intercepted by a zone. |