Chromium Code Reviews| Index: runtime/vm/stack_frame.cc |
| =================================================================== |
| --- runtime/vm/stack_frame.cc (revision 40287) |
| +++ runtime/vm/stack_frame.cc (working copy) |
| @@ -218,7 +218,7 @@ |
| REUSABLE_EXCEPTION_HANDLERS_HANDLESCOPE(isolate); |
| ExceptionHandlers& handlers = reused_exception_handlers_handle.Handle(); |
| handlers = code.exception_handlers(); |
| - if (handlers.Length() == 0) { |
| + if (handlers.num_entries() == 0) { |
| return false; |
| } |