Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / ScriptBreakpoint.h
index bda77e8..4834223 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 struct ScriptBreakpoint {
     ScriptBreakpoint()
@@ -51,6 +51,6 @@ struct ScriptBreakpoint {
     String condition;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // !defined(ScriptBreakpoint_h)