X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fparser%2FHTMLDocumentParser.h;h=d9958b15ff5b78c68f7d82278212da65d56b6996;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=227cf5225071662925c256de56366e5d47454da0;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/src/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h index 227cf52..d9958b1 100644 --- a/src/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h +++ b/src/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h @@ -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 > m_speculations; WeakPtrFactory m_weakFactory; WeakPtr m_backgroundParser; - OwnPtr m_preloader; + OwnPtrWillBeMember m_preloader; bool m_isPinnedToMainThread; bool m_endWasDelayed;