| Index: Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| diff --git a/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| index 15bc479b92adf5b9474299224b056cacaa6e33db..564e852ac9a21f525b5e2fd4f1c723af4d577fb9 100644
|
| --- a/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| +++ b/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| @@ -221,7 +221,7 @@ TEST_F(ImageFrameGeneratorTest, incompleteDecodeBecomesCompleteMultiThreaded)
|
| // LocalFrame can now be decoded completely.
|
| setFrameStatus(ImageFrame::FrameComplete);
|
| addNewData();
|
| - OwnPtr<blink::WebThread> thread = adoptPtr(blink::Platform::current()->createThread("DecodeThread"));
|
| + OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("DecodeThread"));
|
| thread->postTask(new Task(WTF::bind(&decodeThreadMain, m_generator.get())));
|
| thread.clear();
|
|
|
|
|