| Index: Source/core/html/parser/HTMLParserThread.h
|
| diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h
|
| index a350c80e1459b28c224b6f6f0620b50d0b18ea10..1feb999166443ea7d96874bbd24895acc56a7c6b 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.h
|
| +++ b/Source/core/html/parser/HTMLParserThread.h
|
| @@ -46,13 +46,12 @@ public:
|
| static HTMLParserThread* shared();
|
|
|
| void postTask(const Closure&);
|
| + blink::WebThread& platformThread();
|
|
|
| private:
|
| HTMLParserThread();
|
| ~HTMLParserThread();
|
|
|
| - blink::WebThread& ensureThread();
|
| -
|
| OwnPtr<blink::WebThread> m_thread;
|
| };
|
|
|
|
|