Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[wasm] Remove redundant call to {AbortCompilation}"
This reverts commit 97a8845. Reason for revert: https://crbug.com/1455264 Original change's description: > [wasm] Remove redundant call to {AbortCompilation} > > Cancelling the `BytesConsumer` will trigger a state change, which will > call `AbortCompilation`. Hence the second (explicit) `AbortCompilation` > call can be skipped. It would return immediately anyway, because the > `streaming_` field is reset at this point. > > R=ahaas@chromium.org > > Bug: chromium:1448858, chromium:1449546 > Change-Id: I969b380615551017614110c81cb815e6793dfe68 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4608054 > Reviewed-by: Andreas Haas <ahaas@chromium.org> > Commit-Queue: Clemens Backes <clemensb@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1158038} Bug: chromium:1448858, chromium:1449546, chromium:1455264 Change-Id: I46a46b09337568474893cb28e8dbfec7e1282bb5 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614552 Commit-Queue: Clemens Backes <clemensb@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Andreas Haas <ahaas@chromium.org> Auto-Submit: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1158710}
- Loading branch information