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..dc5eaad26e54729357225574cdf77580d356f675 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& ensureThread(); |
abarth-chromium
2014/03/10 21:52:20
I'd rename this function to something like platfor
oystein (OOO til 10th of July)
2014/03/17 21:19:11
Done.
|
private: |
HTMLParserThread(); |
~HTMLParserThread(); |
- blink::WebThread& ensureThread(); |
- |
OwnPtr<blink::WebThread> m_thread; |
}; |