| Index: sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| diff --git a/sky/engine/core/editing/ApplyBlockElementCommand.cpp b/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| index 121ffc2f587f5aa02c6f6a0e7462fcd590ab9735..eeecf7a6ede94dcc444f1115f16589d9be77fbc2 100644
|
| --- a/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| +++ b/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| @@ -230,12 +230,4 @@ VisiblePosition ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfN
|
| return VisiblePosition(Position(text.get(), position.offsetInContainerNode() - 1));
|
| }
|
|
|
| -PassRefPtr<HTMLElement> ApplyBlockElementCommand::createBlockElement() const
|
| -{
|
| - RefPtr<HTMLElement> element = createHTMLElement(document(), m_tagName);
|
| - if (m_inlineStyle.length())
|
| - element->setAttribute(HTMLNames::styleAttr, m_inlineStyle);
|
| - return element.release();
|
| -}
|
| -
|
| }
|
|
|