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) {
On 2015/09/17 at 19:20:06, adamk wrote:
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.

Done

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