Commit 47c81eeb authored by danakj's avatar danakj Committed by Commit Bot

Remove CHECK for same-document provisional frames for M87 beta.

R=nasko@chromium.org

Bug: 1125106
Change-Id: If05f064715add137e16118a08da153d1d5ed0e3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465809Reviewed-by: default avatarNasko Oskov <nasko@chromium.org>
Commit-Queue: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816752}
parent 4e799006
......@@ -3649,7 +3649,9 @@ void RenderFrameImpl::CommitSameDocumentNavigation(
DCHECK(!commit_params->is_view_source);
DCHECK(NavigationTypeUtils::IsSameDocument(common_params->navigation_type));
CHECK(in_frame_tree_);
// TODO(danakj): Disabled for M87, but underlying problem exists.
// CHECK(in_frame_tree_);
// Unlike a cross-document navigation commit, detach the MHTMLBodyLoaderClient
// before resetting it. In the case of a cross-document navigation, it's
// important to ensure *something* commits, even if the original commit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment