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

Unified Diff: gin/public/v8_platform.h

Issue 2756673004: Implement stack trace printing callback for v8 (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | gin/v8_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/v8_platform.h
diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h
index 2eee1dd1b7b42b39a8277686c1169dfe599e6dac..896a21ec0ea8d4e0d793f3cf1bcb3202af29e203 100644
--- a/gin/public/v8_platform.h
+++ b/gin/public/v8_platform.h
@@ -53,6 +53,7 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
void AddTraceStateObserver(v8::Platform::TraceStateObserver*) override;
void RemoveTraceStateObserver(v8::Platform::TraceStateObserver*) override;
+ StackTracePrinter GetStackTracePrinter() override;
private:
friend struct base::LazyInstanceTraitsBase<V8Platform>;
« no previous file with comments | « no previous file | gin/v8_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698