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

Unified Diff: frog/tests/frog_native/native_call_arity3_frog_test.dart

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review Created 8 years, 7 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 | « frog/tests/frog_native/native_call_arity1_frog_test.dart ('k') | frog/world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/frog_native/native_call_arity3_frog_test.dart
diff --git a/frog/tests/frog_native/native_call_arity3_frog_test.dart b/frog/tests/frog_native/native_call_arity3_frog_test.dart
index 3aaf13be4cd8f197822968ee5c57e7b0e2d35184..a37b2250dae7d1b641b829262609e29c8377ef74 100644
--- a/frog/tests/frog_native/native_call_arity3_frog_test.dart
+++ b/frog/tests/frog_native/native_call_arity3_frog_test.dart
@@ -15,7 +15,7 @@ class B native "*B" {
}
// TODO(sra): Add a case where the parameters have default values. Wait until
-// dart:dom / dart:html need non-null default values.
+// dart:dom_deprecated / dart:html need non-null default values.
A makeA() native { return new A(); }
B makeB() native { return new B(); }
« no previous file with comments | « frog/tests/frog_native/native_call_arity1_frog_test.dart ('k') | frog/world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698