| 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 f4d8559633d02bf42a16a96c9b2f726c6b70bfa6..3905792a7bfca13db9c166cbdd25b0f4e1954654 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
|
| @@ -32,6 +32,7 @@
|
| #define HTMLParserThread_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "platform/WaitableEvent.h"
|
| #include "platform/WebThreadSupportingGC.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Functional.h"
|
| @@ -59,7 +60,7 @@ private:
|
| HTMLParserThread();
|
| ~HTMLParserThread();
|
| void setupHTMLParserThread();
|
| - void cleanupHTMLParserThread(WebWaitableEvent*);
|
| + void cleanupHTMLParserThread(WaitableEvent*);
|
|
|
| OwnPtr<WebThreadSupportingGC> m_thread;
|
| };
|
|
|