Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl.cc (revision 22485) |
| +++ runtime/vm/dart_api_impl.cc (working copy) |
| @@ -3805,7 +3805,7 @@ |
| } |
| if (obj.IsNull() || obj.IsInstance()) { |
| - Instance& instance = Instance::Handle(); |
| + Instance& instance = Instance::Handle(isolate); |
| instance ^= obj.raw(); |
| const Function& function = Function::Handle( |
| isolate, |