| Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h b/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| index 4fbfe2ecb52034f52295f77eb426a1bafa77a95d..54b8ceb007cbdaa97ac2cebf07a2fb08d259944a 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| @@ -39,7 +39,7 @@ class SuspendableScriptExecutor final
|
| WebScriptExecutionCallback*);
|
| ~SuspendableScriptExecutor() override;
|
|
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|