| Index: tests/compiler/dart2js_foreign/native_call_arity1_test.dart
 | 
| ===================================================================
 | 
| --- tests/compiler/dart2js_foreign/native_call_arity1_test.dart	(revision 11641)
 | 
| +++ tests/compiler/dart2js_foreign/native_call_arity1_test.dart	(working copy)
 | 
| @@ -21,7 +21,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(); }
 | 
| 
 |