1
1
--- a/ui/base/resource/data_pack.cc
2
2
+++ b/ui/base/resource/data_pack.cc
4
4
// 2) Verify the entries are within the appropriate bounds. There's an extra
5
5
// entry after the last item which gives us the length of the last item.
6
6
for (size_t i = 0; i < resource_count_ + 1; ++i) {