Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: src/isolate.cc

Issue 143223002: Experimental lexer: fix style issues. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/char-predicates.h ('k') | src/lexer/experimental-scanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
+ }
}
« no previous file with comments | « src/char-predicates.h ('k') | src/lexer/experimental-scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698