| Index: third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h b/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| index 8213766fb9fa0e007989d39bd31dfdccdc60292d..bd8cee64cc634fad022de87eb4d1b06a4d376815 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| @@ -36,6 +36,7 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8CacheOptions.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/text/CompressableString.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| @@ -101,7 +102,7 @@ private:
|
| v8::Isolate* isolate() const;
|
|
|
| // 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 CompressableString& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler*, V8CacheOptions);
|
|
|
| RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope;
|
| RefPtr<ScriptState> m_scriptState;
|
|
|