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