| 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 d43b48dfb99622480503892be81cf973a58b7b52..f821fa61fc81fddb8ed6c4694a47c88fb889217d 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.
|
| std::unique_ptr<protocol::Runtime::CallFrame> V8StackTraceImpl::Frame::buildInspectorObject() const
|
| {
|
|
|