| Index: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| index 8bcc475f401d72ef3f1df8407f0d65e038586890..573b14a9e8c20b246fde3f3c047ac29fcab791a4 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| #include <v8-debug.h>
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| JavaScriptCallFrame::JavaScriptCallFrame(v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame)
|
| : m_isolate(debuggerContext->GetIsolate())
|
| @@ -130,4 +130,4 @@ v8::MaybeLocal<v8::Value> JavaScriptCallFrame::setVariableValue(int scopeNumber,
|
| return setVariableValueFunction->Call(m_debuggerContext.Get(m_isolate), callFrame, PROTOCOL_ARRAY_LENGTH(argv), argv);
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|