Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: sky/engine/core/editing/ReplaceSelectionCommand.cpp

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/editing/ReplaceSelectionCommand.h ('k') | sky/engine/core/editing/SplitElementCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/ReplaceSelectionCommand.cpp
diff --git a/sky/engine/core/editing/ReplaceSelectionCommand.cpp b/sky/engine/core/editing/ReplaceSelectionCommand.cpp
index 2eea3f84822d7c5cc735a3f740640f7a43fc5708..d94eaf6c8cd59f163b1c4cf17464356a59890de7 100644
--- a/sky/engine/core/editing/ReplaceSelectionCommand.cpp
+++ b/sky/engine/core/editing/ReplaceSelectionCommand.cpp
@@ -1012,13 +1012,4 @@ bool ReplaceSelectionCommand::performTrivialReplace(const ReplacementFragment& f
return true;
}
-void ReplaceSelectionCommand::trace(Visitor* visitor)
-{
- visitor->trace(m_startOfInsertedContent);
- visitor->trace(m_endOfInsertedContent);
- visitor->trace(m_insertionStyle);
- visitor->trace(m_documentFragment);
- CompositeEditCommand::trace(visitor);
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/editing/ReplaceSelectionCommand.h ('k') | sky/engine/core/editing/SplitElementCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698