Chromium Code Reviews| Index: src/global-handles.cc |
| diff --git a/src/global-handles.cc b/src/global-handles.cc |
| index c75e24f63705873755ee9de03441e505e4cd6211..59bddb24a4e566bfc85460ff04cb6a594334a6ff 100644 |
| --- a/src/global-handles.cc |
| +++ b/src/global-handles.cc |
| @@ -1258,7 +1258,7 @@ EternalHandles::EternalHandles() : size_(0) { |
| EternalHandles::~EternalHandles() { |
| - for (int i = 0; i < blocks_.length(); i++) delete blocks_[i]; |
| + for (int i = 0; i < blocks_.length(); i++) delete[] blocks_[i]; |
| } |