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

Unified Diff: gin/debug_impl.h

Issue 619543002: Hook up custom Win 64 SEH to v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years, 2 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 | « content/shell/common/v8_breakpad_support_win.cc ('k') | gin/debug_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/debug_impl.h
diff --git a/gin/debug_impl.h b/gin/debug_impl.h
index 1fc5e4d963b5f4049365469df3ed43304a15fa53..96d48ad3ffbd44106f24185ce52a1f1946814009 100644
--- a/gin/debug_impl.h
+++ b/gin/debug_impl.h
@@ -14,6 +14,10 @@ class DebugImpl {
public:
static v8::FunctionEntryHook GetFunctionEntryHook();
static v8::JitCodeEventHandler GetJitCodeEventHandler();
+#if defined(OS_WIN)
+ static Debug::CodeRangeCreatedCallback GetCodeRangeCreatedCallback();
+ static Debug::CodeRangeDeletedCallback GetCodeRangeDeletedCallback();
+#endif
};
} // namespace gin
« no previous file with comments | « content/shell/common/v8_breakpad_support_win.cc ('k') | gin/debug_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698