DescriptionAdd missing buffer reorg on Deque buffer expansion.
If a deque's buffer is expanded in place and that buffer contains items
at either buffer ends when that happens, make sure the end segment is moved
up to the end of the expanded buffer, along with adjusting the start
index.
R=thakis,haraken
BUG=445352
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187800
Patch Set 1 #
Total comments: 1
Patch Set 2 : Scale back added comments in Deque.h #
Messages
Total messages: 8 (2 generated)
|