Index: src/liveedit.h |
diff --git a/src/liveedit.h b/src/liveedit.h |
index 495fcce64dea22f00bc68acf0cfff563e9c5a385..144e17207734f21a0e2b45eb881a0f4b2ddae60c 100644 |
--- a/src/liveedit.h |
+++ b/src/liveedit.h |
@@ -249,7 +249,8 @@ class JSArrayBasedStruct { |
protected: |
void SetField(int field_position, Handle<Object> value) { |
- JSObject::SetElement(array_, field_position, value, SLOPPY).Assert(); |
+ JSObject::SetElement(isolate(), array_, field_position, value, SLOPPY) |
+ .Assert(); |
} |
void SetSmiValueField(int field_position, int value) { |