| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 197dbe3f0e2bb560feb7850f0e8acaf5655ef914..b364d1c6834f467fd4b1641743d5ef8d1f682409 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -1170,7 +1170,7 @@ class Runtime : public AllStatic {
 | 
|    // Get the runtime intrinsic function table.
 | 
|    static const Function* RuntimeFunctionTable(Isolate* isolate);
 | 
|  
 | 
| -  MUST_USE_RESULT static MaybeHandle<Object> DeleteObjectProperty(
 | 
| +  MUST_USE_RESULT static Maybe<bool> DeleteObjectProperty(
 | 
|        Isolate* isolate, Handle<JSReceiver> receiver, Handle<Object> key,
 | 
|        LanguageMode language_mode);
 | 
|  
 | 
| 
 |