Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index 068944f0833281800c1f38bca54e65e0a6e197e8..eb68ee9e63c5c0250a51948ec6fe48e29ab4dd36 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1093,9 +1093,9 @@ void Isolate::UpdateScannersAfterGC(v8::Isolate* isolate, |
| void Isolate::UpdateScannersAfterGC() { |
| for (std::set<ScannerBase*>::const_iterator it = scanners_.begin(); |
| - it != scanners_.end(); |
| - ++it) |
| + it != scanners_.end(); ++it) { |
| (*it)->UpdateBufferBasedOnHandle(); |
| + } |
| } |