X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fparser%2FHTMLElementStack.h;h=e2193dc27cb859622d8a057b0c434879b4ba6aa6;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=2afead5f97e0db2ebf6a9c3bce467dbdffa27769;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h b/src/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h index 2afead5..e2193dc 100644 --- a/src/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h +++ b/src/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h @@ -34,7 +34,7 @@ #include "wtf/PassOwnPtr.h" #include "wtf/RefPtr.h" -namespace WebCore { +namespace blink { class ContainerNode; class DocumentFragment; @@ -189,6 +189,6 @@ private: unsigned m_stackDepth; }; -} // namespace WebCore +} // namespace blink #endif // HTMLElementStack_h