| 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 73176e54b093d152835a0cb501c2f4e35936ad07..b98c78b797f0e5621e67eabc800ed3c55c1db48a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| @@ -100,6 +100,7 @@ private:
|
|
|
| // Evaluate a script file in the current execution environment.
|
| ScriptValue evaluate(const CompressibleString& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler*, V8CacheOptions);
|
| + void disposeContextIfNeeded();
|
|
|
| RawPtrWillBeMember<WorkerOrWorkletGlobalScope> m_globalScope;
|
|
|
|
|