Chromium Code Reviews| Index: Source/core/editing/EditCommand.cpp |
| diff --git a/Source/core/editing/EditCommand.cpp b/Source/core/editing/EditCommand.cpp |
| index d8c240c729f67336052b0e39d40567744c9ae488..663f301c8d27a90a174b74396f6d7945b395f00a 100644 |
| --- a/Source/core/editing/EditCommand.cpp |
| +++ b/Source/core/editing/EditCommand.cpp |
| @@ -120,4 +120,9 @@ void SimpleEditCommand::doReapply() |
| doApply(); |
| } |
| +void EditCommand::trace(Visitor* visitor) |
| +{ |
| + visitor->trace(m_document); |
| +} |
| + |
| } // namespace WebCore |