| Index: third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h b/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| index 4ea92e4a76b3c06172b01c59bda673e104b5ad5b..719dbdce428343f439de86745a1a2f5594e9a36f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| @@ -63,7 +63,8 @@ public:
|
| // Prevents future JavaScript execution.
|
| void forbidExecution();
|
|
|
| - // Used by WorkerThread:
|
| + // Used by WorkerThread. Returns true if the context is successfully
|
| + // initialized or already initialized.
|
| bool initializeContextIfNeeded();
|
|
|
| // Used by WorkerGlobalScope:
|
|
|