summaryrefslogtreecommitdiffstats
path: root/gin/debug_impl.h
diff options
context:
space:
mode:
authorjochen <jochen@chromium.org>2014-10-02 06:08:23 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-02 13:08:43 +0000
commit284435c33e33b0bcb765671fca98f52567671fe7 (patch)
tree8c84a31976e7727e88d9a1891b5be68b7e64430b /gin/debug_impl.h
parent2610f65a65f9d38892c76927989cdf414901a6c6 (diff)
downloadchromium_src-284435c33e33b0bcb765671fca98f52567671fe7.zip
chromium_src-284435c33e33b0bcb765671fca98f52567671fe7.tar.gz
chromium_src-284435c33e33b0bcb765671fca98f52567671fe7.tar.bz2
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}
Diffstat (limited to 'gin/debug_impl.h')
-rw-r--r--gin/debug_impl.h4
1 files changed, 4 insertions, 0 deletions
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