Chromium Code Reviews| Index: runtime/vm/class_table.h |
| diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
| index b62c71e0a05f30b4551ec69694acd0dcb17f7096..aebf15c1c0b5015a82b2615dc51a58aaff866d61 100644 |
| --- a/runtime/vm/class_table.h |
| +++ b/runtime/vm/class_table.h |
| @@ -155,7 +155,7 @@ class ClassTable { |
| return table_[index]; |
| } |
| - intptr_t IsValidIndex(intptr_t index) const { |
| + bool IsValidIndex(intptr_t index) const { |
| return (index > 0) && (index < top_); |
| } |