Index: src/x64/codegen-x64.h |
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
index 0a551eef5c3de55e0fa39ec5a52c40670378a4d4..c79bcd452002b289748d3ce2f3954fdffc01c4a6 100644 |
--- a/src/x64/codegen-x64.h |
+++ b/src/x64/codegen-x64.h |
@@ -111,6 +111,11 @@ class StackArgumentsAccessor BASE_EMBEDDED { |
}; |
+#ifdef _WIN64 |
+void InstallExceptionFilter(Isolate* isolate, |
+ WinExceptionFilter exception_filter); |
+#endif |
+ |
} } // namespace v8::internal |
#endif // V8_X64_CODEGEN_X64_H_ |