Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / CreateWindow.h
index c75e7f5..e613b91 100644 (file)
@@ -32,7 +32,7 @@
 #include "core/loader/NavigationPolicy.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 class LocalFrame;
 struct FrameLoadRequest;
 struct WindowFeatures;
@@ -42,6 +42,6 @@ LocalFrame* createWindow(const String& urlString, const AtomicString& frameName,
 
 void createWindowForRequest(const FrameLoadRequest&, LocalFrame& openerFrame, NavigationPolicy, ShouldSendReferrer);
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CreateWindow_h