Chromium Code Reviews| Index: runtime/vm/dart_api_impl.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl.cc (revision 14777) |
| +++ runtime/vm/dart_api_impl.cc (working copy) |
| @@ -3832,7 +3832,7 @@ |
| "%s: invalid index %d passed in to access native instance field", |
| CURRENT_FUNC, index); |
| } |
| - *value = instance.GetNativeField(index); |
| + *value = instance.GetNativeField(isolate, index); |
| return Api::Success(isolate); |
| } |