Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / parser / HTMLDocumentParser.h
index 227cf52..d9958b1 100644 (file)
@@ -49,7 +49,7 @@
 #include "wtf/WeakPtr.h"
 #include "wtf/text/TextPosition.h"
 
-namespace WebCore {
+namespace blink {
 
 class BackgroundHTMLParser;
 class CompactHTMLToken;
@@ -199,7 +199,7 @@ private:
     Deque<OwnPtr<ParsedChunk> > m_speculations;
     WeakPtrFactory<HTMLDocumentParser> m_weakFactory;
     WeakPtr<BackgroundHTMLParser> m_backgroundParser;
-    OwnPtr<HTMLResourcePreloader> m_preloader;
+    OwnPtrWillBeMember<HTMLResourcePreloader> m_preloader;
 
     bool m_isPinnedToMainThread;
     bool m_endWasDelayed;