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_ ==
'"') {
On 2012/10/29 11:08:22, Toon Verwaest wrote:
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_ == '"'.

Done.

https://chromiumcodereview.appspot.com/11273075/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to