Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 55276f803969eadf76dde57bd9c4a4d92df32f12..07aa0b4c6b84045585107bbd240a740d528a0623 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -792,7 +792,7 @@ class Runtime : public AllStatic { |
PropertyAttributes attr, |
StrictModeFlag strict_mode); |
- MUST_USE_RESULT static MaybeObject* ForceSetObjectProperty( |
+ static Handle<Object> ForceSetObjectProperty( |
Isolate* isolate, |
Handle<JSObject> object, |
Handle<Object> key, |