Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 23312) |
| +++ runtime/vm/object.h (working copy) |
| @@ -78,7 +78,7 @@ |
| initializeHandle(obj, raw_ptr); \ |
| return *obj; \ |
| } \ |
| - static object* ReadOnlyHandle(Isolate* isolate) { \ |
| + static object* ReadOnlyHandle() { \ |
| object* obj = reinterpret_cast<object*>( \ |
| Dart::AllocateReadOnlyHandle()); \ |
| initializeHandle(obj, object::null()); \ |