| Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| index 5581621db18841928b34af677f8a512f0569ff59..69b5af5b46ceb2e49ef49de2d3a03b6e7ff7f723 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h
|
| @@ -44,6 +44,7 @@ public:
|
| unsigned columnNumber() const { return m_columnNumber; }
|
| int scriptId() const { return m_scriptId; }
|
|
|
| + std::unique_ptr<V8StackTrace> cloneStackTrace() const;
|
| std::unique_ptr<SourceLocation> clone() const;
|
| std::unique_ptr<SourceLocation> isolatedCopy() const; // Safe to pass between threads.
|
|
|
|
|