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