DescriptionCleanup a few loops into the new C++11 for-each style.
Inspired by changes in https://codereview.chromium.org/700463003/, this
CL cleans up a few loops where there was an ugly sizeof() calculation
needed. The new C++11 for-each style makes these unnecessary, thus
making the code more readable and less brittle.
R=mkwst@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184823
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|