Index: src/handles.h |
=================================================================== |
--- src/handles.h (revision 7085) |
+++ src/handles.h (working copy) |
@@ -264,10 +264,10 @@ |
PropertyAttributes attributes, |
StrictModeFlag strict_mode); |
-Handle<Object> SetElement(Handle<JSObject> object, |
- uint32_t index, |
- Handle<Object> value, |
- StrictModeFlag strict_mode); |
+MUST_USE_RESULT Handle<Object> SetElement(Handle<JSObject> object, |
+ uint32_t index, |
+ Handle<Object> value, |
+ StrictModeFlag strict_mode); |
Handle<Object> SetOwnElement(Handle<JSObject> object, |
uint32_t index, |