| Index: third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp
|
| index c9bc6ce693965f95f10bdf9922540a3e1ecd8b79..91cf060dccd5746178f77f1b57ac2fb9aee6e5b0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp
|
| @@ -72,7 +72,7 @@ V8StackTraceImpl::Frame::~Frame()
|
| {
|
| }
|
|
|
| -// buildInspectorObject() and ScriptCallStack's toTracedValue() should set the same fields.
|
| +// buildInspectorObject() and SourceLocation's toTracedValue() should set the same fields.
|
| // If either of them is modified, the other should be also modified.
|
| PassOwnPtr<protocol::Runtime::CallFrame> V8StackTraceImpl::Frame::buildInspectorObject() const
|
| {
|
|
|