Revert "Turn a DCHECK() into a CHECK() in WebLocalFrameImpl."
This reverts commit ef8825ff. Reason for revert: A reliable method for reproducing this behavior has been identified in b/176864633. Remove this induced crash to reduce the impact being caused to a larger number of users while we work on moving forward with a proper fix to the underlying issue. Original change's description: > Turn a DCHECK() into a CHECK() in WebLocalFrameImpl. > > Turn |blink::WebLocalFrameImpl::is_in_printing_| from a variable only > used for DCHECKs into one that is always CHECKed. Do this to help debug > a printing crash that happens to users but not with any printing tests. > > Bug: 1121077 > Change-Id: Ieac894c4efdb67f028de13fc2a4bf5ed3a84c258 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373217 > Reviewed-by: Kent Tamura <tkent@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#801268} TBR=tkent@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1121077 Change-Id: I551fbc8229eea16d6a5cd95bf9306a6a0e0a9f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616878Reviewed-by:Alan Screen <awscreen@chromium.org> Reviewed-by:
dstockwell <dstockwell@google.com> Commit-Queue: Alan Screen <awscreen@chromium.org> Cr-Commit-Position: refs/heads/master@{#841368}
Showing
Please register or sign in to comment