Chromium Code Reviews| Index: src/ast/context-slot-cache.h |
| diff --git a/src/ast/context-slot-cache.h b/src/ast/context-slot-cache.h |
| index 4345a65a3d061797580302a16a096d282358a1f6..b4e359091960ea5fee72482c3e20dbeaab2fcae9 100644 |
| --- a/src/ast/context-slot-cache.h |
| +++ b/src/ast/context-slot-cache.h |
| @@ -38,7 +38,7 @@ class ContextSlotCache { |
| for (int i = 0; i < kLength; ++i) { |
| keys_[i].data = NULL; |
| keys_[i].name = NULL; |
| - values_[i] = kNotFound; |
| + values_[i] = static_cast<uint32_t>(kNotFound); |
| } |
| } |