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..69ccd42e5a739e8572d8adbea8cf30c024e514a2 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 CompressibleString& script, const String& fileName, const TextPosition& scriptStartPosition, CachedMetadataHandler* cacheHandler, V8CacheOptions v8CacheOptions) |
{ |
if (!initializeContextIfNeeded()) |
return ScriptValue(); |