DescriptionUse Dequeue::removeLast() in StyleResolver::addToStyleSharingList()
Use Dequeue::removeLast() in StyleResolver::addToStyleSharingList() instead of
Dequeue::remove(--end()) to remove the last element in the Dequeue. This
increases the code readability a bit and removeLast() implementation is a bit
simpler.
R=esprehn@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178200
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|