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