Correct DCHECKs in ReadableStreamOperations
Previously ReadableStreamOperations assumed that the operations would always return a value unless an exception had been thrown. However, thread termination can also cause operations to not return a value. Correct the DCHECKs accordingly. BUG=882841 Change-Id: Ia62dd7ce090b0a9938ab106ad5c06cf5e4677da7 Reviewed-on: https://chromium-review.googlesource.com/1222269Reviewed-by:Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#591361}
Showing
Please register or sign in to comment