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(); } |