summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc b/chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc
index a665fe43804..c7e9e877fd1 100644
--- a/chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc
+++ b/chromium/third_party/blink/renderer/core/editing/commands/composite_edit_command.cc
@@ -1519,7 +1519,7 @@ void CompositeEditCommand::MoveParagraphs(
style_in_empty_paragraph->MergeTypingStyle(&GetDocument());
// The moved paragraph should assume the block style of the destination.
style_in_empty_paragraph->RemoveBlockProperties(
- GetDocument().ToExecutionContext());
+ GetDocument().GetExecutionContext());
}
// FIXME (5098931): We should add a new insert action