| Index: Source/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/Source/core/html/parser/HTMLParserThread.cpp b/Source/core/html/parser/HTMLParserThread.cpp
|
| index 182d2a79672ac0c596d2f4bee981d5f79119273b..5a0e30c3e6715da10f891960244a425fb2f50ab2 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -38,7 +38,7 @@
|
| namespace WebCore {
|
|
|
| HTMLParserThread::HTMLParserThread()
|
| - : m_thread(adoptPtr(WebKit::Platform::current()->createThread("HTMLParserThread")))
|
| + : m_thread(adoptPtr(blink::Platform::current()->createThread("HTMLParserThread")))
|
| {
|
| }
|
|
|
|
|