lgtm with comment.
https://chromiumcodereview.appspot.com/11273075/diff/1/src/json-parser.h File src/json-parser.h (right): https://chromiumcodereview.appspot.com/11273075/diff/1/src/json-parser.h#newcode321 src/json-parser.h:321: if (position_ != start_position + 1 && c0_ == '"') { Now that this if moved into the parent if, the first part of the condition is always true. We just have to check that c0_ == '"'. https://chromiumcodereview.appspot.com/11273075/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
