Index: third_party/WebKit/Source/core/html/parser/HTMLParserThread.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h |
index ee6b8c5a670c5c7154beed54db20e06ec76703eb..67fe62dd25d1809a3acdb9d1ea369902d0b839e1 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h |
@@ -50,7 +50,7 @@ public: |
// It is an error to call shared() before init() or after shutdown(); |
static HTMLParserThread* shared(); |
- void postTask(PassOwnPtr<Closure>); |
+ void postTask(PassOwnPtr<CrossThreadClosure>); |
private: |
HTMLParserThread(); |