| Index: sky/engine/core/editing/ApplyBlockElementCommand.h
|
| diff --git a/sky/engine/core/editing/ApplyBlockElementCommand.h b/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| index 5a55166c98e264a7df6d58c0c0ed236fb00420b5..69f04b021e6d5d778e09f13d61cebcc8e149b5d0 100644
|
| --- a/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| +++ b/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| @@ -42,7 +42,6 @@ protected:
|
| ApplyBlockElementCommand(Document&, const QualifiedName& tagName);
|
|
|
| virtual void formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection);
|
| - PassRefPtr<HTMLElement> createBlockElement() const;
|
| const QualifiedName tagName() const { return m_tagName; }
|
|
|
| private:
|
|
|