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

Unified Diff: tests/html/callbacks_test.dart

Issue 10979030: "Reverting 12887" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/html/templates/html/interface/interface_Window.darttemplate ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/callbacks_test.dart
diff --git a/tests/html/callbacks_test.dart b/tests/html/callbacks_test.dart
index 7cb55d4b595303a680abca8f815ab7c42d387bdf..b5d4d3ca14366ecff5c1508c50fb70a0e1068e5b 100644
--- a/tests/html/callbacks_test.dart
+++ b/tests/html/callbacks_test.dart
@@ -6,6 +6,6 @@
main() {
useHtmlConfiguration();
test('RequestAnimationFrameCallback', () {
- window.requestAnimationFrame((int time) => false);
+ window.webkitRequestAnimationFrame((int time) => false);
});
}
« no previous file with comments | « lib/html/templates/html/interface/interface_Window.darttemplate ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698