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

Unified Diff: tests/html/callbacks_test.dart

Issue 11639006: Fixing callbacks test to pass in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | « no previous file | no next file » | 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 b4c55fa723131f58b1667c586bf3fd5b49a786ba..e1aa77947e0140b9cef6ba984bd6655ec0ba0e0f 100644
--- a/tests/html/callbacks_test.dart
+++ b/tests/html/callbacks_test.dart
@@ -6,6 +6,6 @@ import 'dart:html';
main() {
useHtmlConfiguration();
test('RequestAnimationFrameCallback', () {
- window.requestAnimationFrame((int time) => false);
+ window.requestAnimationFrame((num time) => false);
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698