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