Chromium Code Reviews| Index: src/core/SkRecord.cpp |
| diff --git a/src/core/SkRecord.cpp b/src/core/SkRecord.cpp |
| index 349fbf6075e8807aa0c188af28a1d80d5699a278..2d2fa58991329ffad4a00f8822ff0085477164cd 100644 |
| --- a/src/core/SkRecord.cpp |
| +++ b/src/core/SkRecord.cpp |
| @@ -9,7 +9,7 @@ |
| SkRecord::~SkRecord() { |
| Destroyer destroyer; |
| - for (unsigned i = 0; i < this->count(); i++) { |
| + for (int i = 0; i < this->count(); i++) { |
| this->mutate<void>(i, destroyer); |
| } |
| } |