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

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: improved api a bit 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 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.

Powered by Google App Engine
This is Rietveld 408576698