Index: src/liveedit.h |
diff --git a/src/liveedit.h b/src/liveedit.h |
index 495fcce64dea22f00bc68acf0cfff563e9c5a385..58204b65cc7328455e7f44d21720bcbc1547c0be 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(); |
+ Object::SetElement(isolate(), array_, field_position, value, SLOPPY) |
+ .Assert(); |
} |
void SetSmiValueField(int field_position, int value) { |