DescriptionMake SharedBuffer in Resource non-discardable and remove PurgeableVector
This CL makes SharedBuffer in Resource non-discardable (i.e. replaces
SharedBuffer::createPurgeable() with SharedBuffer::create()), as we no longer
have SharedBuffer::lock()/unlock() after
https://codereview.chromium.org/2253853002/.
After that, all SharedBuffers are non-purgeable, and thus this CL makes
SharedBuffer always non-purgeable by replacing PurgeableVector in SharedBuffer
with WTF::Vector.
BUG=603791
Committed: https://crrev.com/8fd341495e433ab7042c60cf0f099551ef249e7b
Cr-Commit-Position: refs/heads/master@{#415568}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rebase #Patch Set 4 : Rebase #Patch Set 5 : Rebase #Patch Set 6 : Rebase. #Messages
Total messages: 20 (13 generated)
|