Chromium Code Reviews| Index: runtime/vm/debugger_arm.cc |
| =================================================================== |
| --- runtime/vm/debugger_arm.cc (revision 4881) |
| +++ runtime/vm/debugger_arm.cc (working copy) |
| @@ -22,12 +22,12 @@ |
| } |
| -void Breakpoint::PatchFunctionReturn() { |
| +void CodeBreakpoint::PatchFunctionReturn() { |
| UNIMPLEMENTED(); |
| } |
| -void Breakpoint::RestoreFunctionReturn() { |
| +void CodeBreakpoint::RestoreFunctionReturn() { |
| UNIMPLEMENTED(); |
| } |