Index: runtime/vm/cpu_arm.cc |
=================================================================== |
--- runtime/vm/cpu_arm.cc (revision 3415) |
+++ runtime/vm/cpu_arm.cc (working copy) |
@@ -40,11 +40,11 @@ |
} |
-void CPU::JumpToUnhandledExceptionHandler( |
+void CPU::JumpToErrorHandler( |
uword program_counter, |
uword stack_pointer, |
uword frame_pointer, |
- const UnhandledException& unhandled_exception) { |
+ const Error& error) { |
UNIMPLEMENTED(); |
} |