| Index: tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| index eff0bf1427c7350d965c467736afd5e8d6d27b3e..fb2d2f454f6bfbce9c0321efc082355b97866c1c 100644
|
| --- a/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_method_rename2_frog_test.dart
|
| @@ -22,7 +22,7 @@ makeA() native;
|
| makeB() native;
|
|
|
| void setup() native """
|
| -// This code is all inside 'setup' and so not accesible from the global scope.
|
| +// This code is all inside 'setup' and so not accessible from the global scope.
|
| function inherits(child, parent) {
|
| if (child.prototype.__proto__) {
|
| child.prototype.__proto__ = parent.prototype;
|
|
|