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

Unified Diff: frog/tests/frog_native/native_call_arity1_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/canvastest.dart ('k') | frog/tests/frog_native/native_call_arity3_frog_test.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_arity1_frog_test.dart
diff --git a/frog/tests/frog_native/native_call_arity1_frog_test.dart b/frog/tests/frog_native/native_call_arity1_frog_test.dart
index 53226b5bbdc78e0cd8a39132f6d42302ea262bf2..9908a874f71dc01831ce12bda088ba86b9ecd355 100644
--- a/frog/tests/frog_native/native_call_arity1_frog_test.dart
+++ b/frog/tests/frog_native/native_call_arity1_frog_test.dart
@@ -19,7 +19,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/canvastest.dart ('k') | frog/tests/frog_native/native_call_arity3_frog_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698