| 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 9d563cee0cfe2613e5e9cec3342d3d8c7138c85d..dc3b0b59edc7268b5337fe059c743989f7e259d2 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
|
| @@ -36,6 +36,7 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8CacheOptions.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/text/CompressibleString.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| @@ -98,7 +99,7 @@ private:
|
| class ExecutionState;
|
|
|
| // Evaluate a script file in the current execution environment.
|
| - ScriptValue evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler*, V8CacheOptions);
|
| + ScriptValue evaluate(const CompressibleString& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler*, V8CacheOptions);
|
|
|
| RawPtrWillBeMember<WorkerOrWorkletGlobalScope> m_globalScope;
|
|
|
|
|