| Index: sky/engine/core/editing/InsertIntoTextNodeCommand.cpp
|
| diff --git a/sky/engine/core/editing/InsertIntoTextNodeCommand.cpp b/sky/engine/core/editing/InsertIntoTextNodeCommand.cpp
|
| index 9ef008f4cb9b0c45651e744dd229682ca7f32d63..b77e168ff5cb3394edf99f207970f152c0360b55 100644
|
| --- a/sky/engine/core/editing/InsertIntoTextNodeCommand.cpp
|
| +++ b/sky/engine/core/editing/InsertIntoTextNodeCommand.cpp
|
| @@ -61,10 +61,4 @@ void InsertIntoTextNodeCommand::doUnapply()
|
| m_node->deleteData(m_offset, m_text.length(), IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
|
| }
|
|
|
| -void InsertIntoTextNodeCommand::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_node);
|
| - SimpleEditCommand::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|