Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderFrame.cpp
index 3468cc3..15f60ed 100644 (file)
@@ -27,7 +27,7 @@
 #include "core/html/HTMLFrameElement.h"
 #include "core/frame/FrameView.h"
 
-namespace WebCore {
+namespace blink {
 
 RenderFrame::RenderFrame(HTMLFrameElement* frame)
     : RenderPart(frame)
@@ -47,4 +47,4 @@ void RenderFrame::updateFromElement()
         toRenderFrameSet(parent())->notifyFrameEdgeInfoChanged();
 }
 
-} // namespace WebCore
+} // namespace blink