Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 11227049: Fixes to unbreak the build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | lib/html/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698