Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLFrameElement.h
index 20ba935..dbac5ca 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "core/html/HTMLFrameElementBase.h"
 
-namespace WebCore {
+namespace blink {
 
 class HTMLFrameElement FINAL : public HTMLFrameElementBase {
 public:
@@ -50,6 +50,6 @@ private:
     bool m_frameBorderSet;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // HTMLFrameElement_h