Index: src/compiler/instruction-selector-impl.h |
diff --git a/src/compiler/instruction-selector-impl.h b/src/compiler/instruction-selector-impl.h |
index 6f3a6df19737df71df9bd683c638b9173cbe931a..d00109e296fd85813ecdd422aa43fcae33234411 100644 |
--- a/src/compiler/instruction-selector-impl.h |
+++ b/src/compiler/instruction-selector-impl.h |
@@ -348,7 +348,7 @@ struct CallBuffer { |
size_t frame_state_value_count() const { |
return (frame_state_descriptor == NULL) |
? 0 |
- : (frame_state_descriptor->total_size() + |
+ : (frame_state_descriptor->GetTotalSize() + |
1); // Include deopt id. |
} |
}; |