| Index: third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.cpp
|
| index b83ceb66726eb4bb2b63041a52edc2cd005f839f..8deb75fada482abbc87cc2d716d1f877f4ff3da3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.cpp
|
| @@ -180,7 +180,7 @@ v8::Isolate* WorkerScriptController::isolate() const
|
| return m_workerGlobalScope->thread()->isolate();
|
| }
|
|
|
| -ScriptValue WorkerScriptController::evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler* cacheHandler, V8CacheOptions v8CacheOptions)
|
| +ScriptValue WorkerScriptController::evaluate(const CompressableString& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler* cacheHandler, V8CacheOptions v8CacheOptions)
|
| {
|
| if (!initializeContextIfNeeded())
|
| return ScriptValue();
|
|
|