Index: Source/core/inspector/WorkerRuntimeAgent.h |
diff --git a/Source/core/inspector/WorkerRuntimeAgent.h b/Source/core/inspector/WorkerRuntimeAgent.h |
index 57fd0cf531715b27d1430a90074a63ad48405899..b730ae823c51362923f872eea4aa10daa5a73143 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 isPausedWorker(ErrorString*, bool* out_result) OVERRIDE; |
void willEvaluateWorkerScript(WorkerGlobalScope*, int workerThreadStartMode); |