| Index: Source/core/inspector/WorkerRuntimeAgent.h
|
| diff --git a/Source/core/inspector/WorkerRuntimeAgent.h b/Source/core/inspector/WorkerRuntimeAgent.h
|
| index 57fd0cf531715b27d1430a90074a63ad48405899..2ad5f0ac52244210cff5c1d510e60b4fe73ac823 100644
|
| --- a/Source/core/inspector/WorkerRuntimeAgent.h
|
| +++ b/Source/core/inspector/WorkerRuntimeAgent.h
|
| @@ -51,6 +51,7 @@ public:
|
|
|
| // Protocol commands.
|
| virtual void run(ErrorString*) OVERRIDE;
|
| + virtual void isRunRequired(ErrorString*, bool* out_result) OVERRIDE;
|
|
|
| void willEvaluateWorkerScript(WorkerGlobalScope*, int workerThreadStartMode);
|
|
|
|
|