| Index: Source/bindings/core/v8/ScriptDebugServer.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.cpp b/Source/bindings/core/v8/ScriptDebugServer.cpp
|
| index 7f03a4ab56724315aa099a6b061df1c67a82e3cd..964c8a4832652d6b08b95eacbaa68ce2e3837ff7 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.cpp
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.cpp
|
| @@ -48,7 +48,7 @@
|
| #include "wtf/dtoa/utils.h"
|
| #include "wtf/text/CString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -680,4 +680,4 @@ String ScriptDebugServer::preprocessEventListener(LocalFrame*, const String& sou
|
| return source;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|