| Index: lib/html/dart2js/html_dart2js.dart
|
| diff --git a/lib/html/dart2js/html_dart2js.dart b/lib/html/dart2js/html_dart2js.dart
|
| index e4f0524df2fe95b2b3cbb21933197fb886a79871..c47470d80aa738622ed39d51f715f372bfce4cc5 100644
|
| --- a/lib/html/dart2js/html_dart2js.dart
|
| +++ b/lib/html/dart2js/html_dart2js.dart
|
| @@ -18653,8 +18653,6 @@ class _LocalWindowImpl extends _EventTargetImpl implements LocalWindow native "@
|
|
|
| String btoa(String string) native;
|
|
|
| - void cancelAnimationFrame(int id) native;
|
| -
|
| void captureEvents() native;
|
|
|
| void clearInterval(int handle) native;
|
| @@ -18711,8 +18709,6 @@ class _LocalWindowImpl extends _EventTargetImpl implements LocalWindow native "@
|
|
|
| void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
|
|
|
| - int requestAnimationFrame(RequestAnimationFrameCallback callback) native;
|
| -
|
| void resizeBy(num x, num y) native;
|
|
|
| void resizeTo(num width, num height) native;
|
|
|