| 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 d5b6baf867a7b46a0a82370061cc8cd62f9ee5de..76b064a363c091a4c468486b6ea5b038fbe019e3 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;
|
| PassOwnPtr<SourceLocation> clone() const;
|
| PassOwnPtr<SourceLocation> isolatedCopy() const; // Safe to pass between threads.
|
|
|
|
|