| Index: Source/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/Source/core/html/parser/HTMLParserThread.cpp b/Source/core/html/parser/HTMLParserThread.cpp
|
| index b7eec5984f413a0d97da253daf62dbb54ec7f711..073b772da79ba91a31650283977fa6123b93ae6b 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -98,7 +98,7 @@ bool HTMLParserThread::isRunning()
|
|
|
| void HTMLParserThread::postTask(PassOwnPtr<Closure> closure)
|
| {
|
| - platformThread().postTask(FROM_HERE, new Task(closure));
|
| + platformThread().taskRunner()->postTask(FROM_HERE, new Task(closure));
|
| }
|
|
|
| } // namespace blink
|
|
|