Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: all tests pass Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698