| Index: third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp b/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp
|
| index a2333419227817206f3b9fc9e31415b112342c70..a24cb3c0d07a5443abf6cacfd088b101e929e41b 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp
|
| @@ -54,8 +54,9 @@ static Element* enclosingBlockFlowElement(
|
| }
|
|
|
| FormatBlockCommand::FormatBlockCommand(Document& document,
|
| + CommandSource source,
|
| const QualifiedName& tagName)
|
| - : ApplyBlockElementCommand(document, tagName), m_didApply(false) {}
|
| + : ApplyBlockElementCommand(document, source, tagName), m_didApply(false) {}
|
|
|
| void FormatBlockCommand::formatSelection(
|
| const VisiblePosition& startOfSelection,
|
|
|