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

Unified Diff: sky/engine/core/editing/SplitElementCommand.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/SplitElementCommand.h ('k') | sky/engine/core/editing/SplitTextNodeCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/SplitElementCommand.cpp
diff --git a/sky/engine/core/editing/SplitElementCommand.cpp b/sky/engine/core/editing/SplitElementCommand.cpp
index d84a9f3d8f8f0469c19866f1bd5e89b9f9bd60dc..931e6233df67c0781ea12ba4a4d9f99aed9cd734 100644
--- a/sky/engine/core/editing/SplitElementCommand.cpp
+++ b/sky/engine/core/editing/SplitElementCommand.cpp
@@ -107,12 +107,4 @@ void SplitElementCommand::doReapply()
executeApply();
}
-void SplitElementCommand::trace(Visitor* visitor)
-{
- visitor->trace(m_element1);
- visitor->trace(m_element2);
- visitor->trace(m_atChild);
- SimpleEditCommand::trace(visitor);
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/editing/SplitElementCommand.h ('k') | sky/engine/core/editing/SplitTextNodeCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698