From 284435c33e33b0bcb765671fca98f52567671fe7 Mon Sep 17 00:00:00 2001 From: jochen Date: Thu, 2 Oct 2014 06:08:23 -0700 Subject: Hook up custom Win 64 SEH to v8 BUG=v8:3597 R=cpu@chromium.org,wfh@chromium.org Review URL: https://codereview.chromium.org/619543002 Cr-Commit-Position: refs/heads/master@{#297820} --- gin/debug_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gin/debug_impl.h') diff --git a/gin/debug_impl.h b/gin/debug_impl.h index 1fc5e4d..96d48ad 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 -- cgit v1.1