Index: components/nacl/loader/nonsfi/irt_interfaces.cc |
diff --git a/components/nacl/loader/nonsfi/irt_interfaces.cc b/components/nacl/loader/nonsfi/irt_interfaces.cc |
index 48de84550d9b3c4c72a2e37d7ae5bed4a852d565..52826e08a6fee3db6ace5608fc070678d3b54e25 100644 |
--- a/components/nacl/loader/nonsfi/irt_interfaces.cc |
+++ b/components/nacl/loader/nonsfi/irt_interfaces.cc |
@@ -32,6 +32,7 @@ const NaClInterfaceTable kIrtInterfaces[] = { |
NACL_INTERFACE_TABLE(NACL_IRT_PPAPIHOOK_v0_1, kIrtPpapiHook), |
NACL_INTERFACE_TABLE(NACL_IRT_RESOURCE_OPEN_v0_1, kIrtResourceOpen), |
NACL_INTERFACE_TABLE(NACL_IRT_RANDOM_v0_1, kIrtRandom), |
+ NACL_INTERFACE_TABLE(NACL_IRT_EXCEPTION_HANDLING_v0_1, kIrtExceptionHandling), |
}; |
#undef NACL_INTERFACE_TABLE |