| Index: tests/compiler/dart2js_native/native_call_arity1_frog_test.dart
 | 
| ===================================================================
 | 
| --- tests/compiler/dart2js_native/native_call_arity1_frog_test.dart	(revision 11641)
 | 
| +++ tests/compiler/dart2js_native/native_call_arity1_frog_test.dart	(working copy)
 | 
| @@ -19,7 +19,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.
 | 
|  
 | 
|  A makeA() native { return new A(); }
 | 
|  B makeB() native { return new B(); }
 | 
| 
 |