Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 11007) |
| +++ runtime/vm/object.h (working copy) |
| @@ -693,7 +693,7 @@ |
| static RawClass* NewInterface(const String& name, |
| const Script& script, |
| intptr_t token_pos); |
| - static RawClass* NewNativeWrapper(Library* library, |
| + static RawClass* NewNativeWrapper(const Library& library, |
| const String& name, |
| int num_fields); |