Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / Console.cpp
index ef2759e..b46e8c5 100644 (file)
@@ -29,7 +29,7 @@
 #include "config.h"
 #include "core/frame/Console.h"
 
-#include "bindings/v8/ScriptCallStackFactory.h"
+#include "bindings/core/v8/ScriptCallStackFactory.h"
 #include "core/frame/ConsoleTypes.h"
 #include "core/frame/FrameConsole.h"
 #include "core/frame/FrameHost.h"
@@ -44,7 +44,7 @@
 #include "wtf/text/CString.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 Console::Console(LocalFrame* frame)
     : DOMWindowProperty(frame)
@@ -83,4 +83,4 @@ PassRefPtrWillBeRawPtr<MemoryInfo> Console::memory() const
     return MemoryInfo::create();
 }
 
-} // namespace WebCore
+} // namespace blink