lgtm % a C++11 nit

https://codereview.chromium.org/1332873003/diff/160001/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/1332873003/diff/160001/src/parser.cc#newcode4974
src/parser.cc:4974: for (auto delegate : *delegates) {
With the renaming, I think this would be clearer as:

for (SloppyBlockFunctionStatement* delegate : *delegates)

since it's otherwise unclear what the type of delegate is.

https://codereview.chromium.org/1332873003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to