Remove unneeded CHECKs from CloseAndLockAndDisturb
https://chromium-review.googlesource.com/c/1262055 introduced CHECK statements to BodyStreamBuffer::CloseAndLockAndDisturb to verify that the stream is not garbage collected during execution of the function. None of the CHECK statements have been hit, so we can reasonably conclude that this is not happening in practice. These CHECKs should not be included in a stable release, so remove them. BUG=882599 Change-Id: I6c132ffd81c6642df7f4d9628b76f108f24bc2ed Reviewed-on: https://chromium-review.googlesource.com/c/1296571Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#603054}
Showing
Please register or sign in to comment