| Index: third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.h b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.h
|
| index 3eb2e2d7b7602fb57fcd9b65cb14c4df264cca0b..e2af389acd02c0f72c510eb3fb5b8dd1da588788 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.h
|
| @@ -39,9 +39,12 @@ namespace blink {
|
| class CORE_EXPORT ApplyBlockElementCommand : public CompositeEditCommand {
|
| protected:
|
| ApplyBlockElementCommand(Document&,
|
| + EditCommandSource,
|
| const QualifiedName& tagName,
|
| const AtomicString& inlineStyle);
|
| - ApplyBlockElementCommand(Document&, const QualifiedName& tagName);
|
| + ApplyBlockElementCommand(Document&,
|
| + EditCommandSource,
|
| + const QualifiedName& tagName);
|
|
|
| virtual void formatSelection(const VisiblePosition& startOfSelection,
|
| const VisiblePosition& endOfSelection,
|
|
|