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 3905792a7bfca13db9c166cbdd25b0f4e1954654..53480a3c3bd4b9d55ed6b1a8a830ab46da201a96 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h |
@@ -52,7 +52,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>); |
WebThread& platformThread(); |
bool isRunning(); |