Index: util/win/exception_handler_server_test.cc |
diff --git a/util/win/exception_handler_server_test.cc b/util/win/exception_handler_server_test.cc |
index 0c6a47995875d9cc105b9bec8a0c29a39b1c7226..0d87086b8d7ac0f94f9cc626dcb39c8a117c7550 100644 |
--- a/util/win/exception_handler_server_test.cc |
+++ b/util/win/exception_handler_server_test.cc |
@@ -64,7 +64,8 @@ class TestDelegate : public ExceptionHandlerServer::Delegate { |
} |
unsigned int ExceptionHandlerServerException( |
HANDLE process, |
- WinVMAddress exception_information_address) override { |
+ WinVMAddress exception_information_address, |
+ WinVMAddress debug_critical_section_address) override { |
return 0; |
} |