Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / parser / HTMLElementStack.h
index 2afead5..e2193dc 100644 (file)
@@ -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