| Index: Source/core/html/parser/HTMLParserThread.h
|
| diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h
|
| index 8504d565736ea9e9e28f38cd7357461bb6d5774c..5488e05b7b7a792215f90b11b5517b2d347b4f3b 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.h
|
| +++ b/Source/core/html/parser/HTMLParserThread.h
|
| @@ -31,9 +31,7 @@
|
| #ifndef HTMLParserThread_h
|
| #define HTMLParserThread_h
|
|
|
| -#include "platform/heap/glue/MessageLoopInterruptor.h"
|
| -#include "platform/heap/glue/PendingGCRunner.h"
|
| -#include "public/platform/WebThread.h"
|
| +#include "platform/WebThreadSupportingGC.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| @@ -59,9 +57,7 @@ private:
|
| void setupHTMLParserThread();
|
| void cleanupHTMLParserThread(TaskSynchronizer*);
|
|
|
| - OwnPtr<blink::WebThread> m_thread;
|
| - OwnPtr<PendingGCRunner> m_pendingGCRunner;
|
| - OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
|
| + OwnPtr<WebThreadSupportingGC> m_thread;
|
| };
|
|
|
| } // namespace blink
|
|
|