| Index: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| index 92d81e2d16be6f32a943703073a02b05cfe474c4..9666fbe36a037dbc1b2293fa36a901ab5241d339 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h
|
| @@ -56,8 +56,8 @@
|
| void restore() override;
|
| void didCommitLoadForLocalFrame(LocalFrame*) override;
|
|
|
| - // Probes
|
| - void shouldWaitForDebuggerOnWorkerStart(bool* result);
|
| + // Called from InspectorInstrumentation
|
| + bool shouldWaitForDebuggerOnWorkerStart();
|
| void didStartWorker(WorkerInspectorProxy*, bool waitingForDebugger);
|
| void workerTerminated(WorkerInspectorProxy*);
|
|
|
|
|