| Index: Source/core/editing/ApplyStyleCommand.cpp
|
| diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp
|
| index ebd8e43e298d71635c0bcaa32094de03af706c15..d760dde19fd570f2e4f1b897b7e2924f11dac07d 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.cpp
|
| +++ b/Source/core/editing/ApplyStyleCommand.cpp
|
| @@ -127,7 +127,6 @@ ApplyStyleCommand::ApplyStyleCommand(const Handle<Document>& document, const Edi
|
| , m_start(endingSelection().start().downstream())
|
| , m_end(endingSelection().end().upstream())
|
| , m_useEndingSelection(true)
|
| - , m_styledInlineElement(0)
|
| , m_removeOnly(false)
|
| , m_isInlineElementToRemoveFunction(0)
|
| {
|
| @@ -141,7 +140,6 @@ ApplyStyleCommand::ApplyStyleCommand(const Handle<Document>& document, const Edi
|
| , m_start(start)
|
| , m_end(end)
|
| , m_useEndingSelection(false)
|
| - , m_styledInlineElement(0)
|
| , m_removeOnly(false)
|
| , m_isInlineElementToRemoveFunction(0)
|
| {
|
| @@ -169,7 +167,6 @@ ApplyStyleCommand::ApplyStyleCommand(const Handle<Document>& document, const Edi
|
| , m_start(endingSelection().start().downstream())
|
| , m_end(endingSelection().end().upstream())
|
| , m_useEndingSelection(true)
|
| - , m_styledInlineElement(0)
|
| , m_removeOnly(true)
|
| , m_isInlineElementToRemoveFunction(isInlineElementToRemoveFunction)
|
| {
|
|
|