| 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 ca95165fd8186c8902732b2fc1ada078434e7898..b52f771cefc69a911981a1ff922bfc4a0cbb52d6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp
|
| @@ -170,7 +170,7 @@ std::unique_ptr<SourceLocation> SourceLocation::isolatedCopy() const
|
| return wrapUnique(new SourceLocation(m_url.isolatedCopy(), m_lineNumber, m_columnNumber, m_stackTrace ? m_stackTrace->isolatedCopy() : nullptr, m_scriptId));
|
| }
|
|
|
| -std::unique_ptr<protocol::Runtime::StackTrace> SourceLocation::buildInspectorObject() const
|
| +std::unique_ptr<protocol::Runtime::API::StackTrace> SourceLocation::buildInspectorObject() const
|
| {
|
| return m_stackTrace ? m_stackTrace->buildInspectorObject() : nullptr;
|
| }
|
|
|