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..e56310edf20dedc8543fa0983c0a40c4bf4961ad 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().defaultTaskRunner()->postTask(FROM_HERE, new Task(closure)); |
} |
} // namespace blink |