| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 00f38ca22bb89a5967527f253129444a8516d253..fc561da17937a9f6d20e2b7e1e05baf72888500e 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -802,15 +802,9 @@ class Runtime : public AllStatic {
|
| Handle<Object> object,
|
| uint32_t index);
|
|
|
| - // Do not use SetObjectProperty to configure a property with specific
|
| - // attributes. The argument will be removed once the API is adapted.
|
| MUST_USE_RESULT static MaybeHandle<Object> SetObjectProperty(
|
| - Isolate* isolate,
|
| - Handle<Object> object,
|
| - Handle<Object> key,
|
| - Handle<Object> value,
|
| - StrictMode strict_mode,
|
| - PropertyAttributes attributes = NONE);
|
| + Isolate* isolate, Handle<Object> object, Handle<Object> key,
|
| + Handle<Object> value, StrictMode strict_mode);
|
|
|
| MUST_USE_RESULT static MaybeHandle<Object> DefineObjectProperty(
|
| Handle<JSObject> object,
|
|
|