Chromium Code Reviews| Index: runtime/lib/object.dart |
| =================================================================== |
| --- runtime/lib/object.dart (revision 486) |
| +++ runtime/lib/object.dart (working copy) |
| @@ -8,7 +8,7 @@ |
| bool operator ==(other) { |
| return this === other; |
| } |
| - void noSuchMethod(String function_name, Array args) native "Object_noSuchMethod"; |
| + void noSuchMethod(String function_name, List args) native "Object_noSuchMethod"; |
| /** |
| * Return this object without type information. |