| Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| index 23301c82b7e3635cb505f73ca5a96aad9429505c..37966ac5f2db17516f891cae1e4400be6502c091 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| @@ -160,7 +160,7 @@ std::unique_ptr<SourceLocation> SourceLocation::clone() const
|
| return wrapUnique(new SourceLocation(m_url.isolatedCopy(), m_lineNumber, m_columnNumber, m_stackTrace ? m_stackTrace->clone() : nullptr, m_scriptId));
|
| }
|
|
|
| -std::unique_ptr<protocol::Runtime::API::StackTrace> SourceLocation::buildInspectorObject() const
|
| +std::unique_ptr<v8_inspector::protocol::Runtime::API::StackTrace> SourceLocation::buildInspectorObject() const
|
| {
|
| return m_stackTrace ? m_stackTrace->buildInspectorObject() : nullptr;
|
| }
|
|
|