| Index: runtime/lib/object.dart
|
| diff --git a/runtime/lib/object.dart b/runtime/lib/object.dart
|
| index 86da3520b60f937b32a0bf92255ad8a52aad6d79..fe749908b0c7f10eefef80454674f216c969d21c 100644
|
| --- a/runtime/lib/object.dart
|
| +++ b/runtime/lib/object.dart
|
| @@ -8,7 +8,7 @@ class Object {
|
| bool operator ==(other) {
|
| return this === other;
|
| }
|
| - void noSuchMethod(String function_name, List args) native "Object_noSuchMethod";
|
| + void noSuchMethod(String functionName, List args) native "Object_noSuchMethod";
|
|
|
| /**
|
| * Return this object without type information.
|
|
|