| Index: tests/compiler/dart2js_foreign/native_call_arity3_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js_foreign/native_call_arity3_test.dart (revision 11641)
|
| +++ tests/compiler/dart2js_foreign/native_call_arity3_test.dart (working copy)
|
| @@ -17,7 +17,7 @@
|
| }
|
|
|
| // TODO(sra): Add a case where the parameters have default values. Wait until
|
| -// dart:dom_deprecated / dart:html need non-null default values.
|
| +// dart:html need non-null default values.
|
|
|
| @native A makeA() { return new A(); }
|
| @native B makeB() { return new B(); }
|
|
|