Comment #3 on issue 841729 by
fer...@chromium.org: Delete command crashes with display:table-cell, :first-child,:only-child
https://bugs.chromium.org/p/chromium/issues/detail?id=841729#c3Looks like this code is the source of the nullptr. ComputeContainerNode can return null but that case is not checked.
void DeleteSelectionCommand::RemoveRedundantBlocks(
EditingState* editing_state) {
Node* node = ending_position_.ComputeContainerNode();
Element* root_element = RootEditableElement(*node);
--
You received this message because:
1. A rule CC'd you on the issue
2. You are auto-CC'd on all issues in component Blink>Editing>Command
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settingsReply to this email to add a comment.