Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp |
index c6e082d87a5eb2ba3b7211eed58712457c8c0bf4..54914509b34059fbe9d9cf635587ba531c73aa6b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp |
@@ -51,7 +51,8 @@ |
WebThread& ScriptStreamerThread::PlatformThread() { |
if (!IsRunning()) { |
- thread_ = Platform::Current()->CreateThread("ScriptStreamerThread"); |
+ thread_ = WTF::WrapUnique( |
+ Platform::Current()->CreateThread("ScriptStreamerThread")); |
} |
return *thread_; |
} |