| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.cpp
|
| index eba18cca7afd57cf6201d26692c4e3ece34d3b0f..76e0c0066bfb891bdc8191652d5ece90a207042b 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "platform/v8_inspector/V8StringUtil.h"
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| static const char hexDigits[17] = "0123456789ABCDEF";
|
|
|
| @@ -117,4 +117,4 @@ void V8DebuggerScript::setSource(v8::Isolate* isolate, v8::Local<v8::String> sou
|
| m_hash = calculateHash(toProtocolString(source));
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|