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

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, 3 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: gin/debug_impl.h
diff --git a/gin/debug_impl.h b/gin/debug_impl.h
index 1fc5e4d963b5f4049365469df3ed43304a15fa53..02ba19d7a36bdb49f84c65be996392b61ec05063 100644
--- a/gin/debug_impl.h
+++ b/gin/debug_impl.h
@@ -14,6 +14,9 @@ class DebugImpl {
public:
static v8::FunctionEntryHook GetFunctionEntryHook();
static v8::JitCodeEventHandler GetJitCodeEventHandler();
+#if defined(OS_WIN)
+ static Debug::CodeRangeCreatedCallback GetCodeRangeCreatedCallback();
+#endif
};
} // namespace gin

Powered by Google App Engine
This is Rietveld 408576698