Index: Source/core/html/parser/HTMLParserThread.h |
diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h |
index 9e687de451a566e58e08b090d4beda41336584f0..e0b85f9399c3856f6881e3fed668477b8a4257c2 100644 |
--- a/Source/core/html/parser/HTMLParserThread.h |
+++ b/Source/core/html/parser/HTMLParserThread.h |
@@ -46,7 +46,7 @@ private: |
HTMLParserThread(); |
~HTMLParserThread(); |
- OwnPtr<WebKit::WebThread> m_thread; |
+ OwnPtr<blink::WebThread> m_thread; |
}; |
} // namespace WebCore |