DescriptionCheck null position start of paragraph to move parameter in CompositeEditCommand::moveParagraph
This patch changes CompositeEditCommand::moveParagraph to check whether
|startOfParagraphToMove| is null position or not. If |startOfParagraphToMove|
is null position, |moveParagraph| does nothing as |startOfParagraphToMove|
equals to |destination|.
BUG=377709
TEST=LayoutTests/editing/execCommand/unlistify-body-crash.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175046
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|