| 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 feca3cee95ee8d3afb1e325365b6cd3ff6e0a395..439bf9fd5d23373465e42b1b6d78eae27f75acac 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -87,7 +87,7 @@ HTMLParserThread* HTMLParserThread::shared()
|
| return s_sharedThread;
|
| }
|
|
|
| -void HTMLParserThread::postTask(PassOwnPtr<Closure> closure)
|
| +void HTMLParserThread::postTask(PassOwnPtr<CrossThreadClosure> closure)
|
| {
|
| ASSERT(isMainThread());
|
| if (!m_thread) {
|
|
|