Index: third_party/WebKit/Source/web/tests/SpinLockTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/SpinLockTest.cpp b/third_party/WebKit/Source/web/tests/SpinLockTest.cpp |
index d523feace0810d7debcc30de034e56af8a2c92e0..dbebace82070ee79ee0b54dffcbb62d2a1c968c4 100644 |
--- a/third_party/WebKit/Source/web/tests/SpinLockTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/SpinLockTest.cpp |
@@ -74,9 +74,9 @@ TEST(SpinLockTest, Torture) { |
char shared_buffer[kBufferSize]; |
std::unique_ptr<WebThread> thread1 = |
- WTF::WrapUnique(Platform::Current()->CreateThread("thread1")); |
+ Platform::Current()->CreateThread("thread1"); |
std::unique_ptr<WebThread> thread2 = |
- WTF::WrapUnique(Platform::Current()->CreateThread("thread2")); |
+ Platform::Current()->CreateThread("thread2"); |
thread1->GetWebTaskRunner()->PostTask( |
BLINK_FROM_HERE, |