| Index: src/execution.h
|
| diff --git a/src/execution.h b/src/execution.h
|
| index 222ab9e4cf672a604a39e4b600b3c30806d8f319..6f4bb331a329aaf0c8c85ccbf09093d904070dda 100644
|
| --- a/src/execution.h
|
| +++ b/src/execution.h
|
| @@ -21,11 +21,9 @@ class Execution final : public AllStatic {
|
| // When the function called is not in strict mode, receiver is
|
| // converted to an object.
|
| //
|
| - MUST_USE_RESULT static MaybeHandle<Object> Call(Isolate* isolate,
|
| - Handle<Object> callable,
|
| - Handle<Object> receiver,
|
| - int argc,
|
| - Handle<Object> argv[]);
|
| + V8_EXPORT_PRIVATE MUST_USE_RESULT static MaybeHandle<Object> Call(
|
| + Isolate* isolate, Handle<Object> callable, Handle<Object> receiver,
|
| + int argc, Handle<Object> argv[]);
|
|
|
| // Construct object from function, the caller supplies an array of
|
| // arguments.
|
|
|