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

Unified Diff: sky/engine/core/dom/shadow/ContentDistribution.h

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
Index: sky/engine/core/dom/shadow/ContentDistribution.h
diff --git a/sky/engine/core/dom/shadow/ContentDistribution.h b/sky/engine/core/dom/shadow/ContentDistribution.h
index 52294e1b545be04fe6522eea305665a872d22ad3..55325613989f12e6c85e74400e26f61eac5e4269 100644
--- a/sky/engine/core/dom/shadow/ContentDistribution.h
+++ b/sky/engine/core/dom/shadow/ContentDistribution.h
@@ -62,8 +62,6 @@ public:
const Vector<RefPtr<Node> >& nodes() const { return m_nodes; }
- void trace(Visitor*);
-
private:
Vector<RefPtr<Node> > m_nodes;
HashMap<RawPtr<const Node>, size_t> m_indices;
« no previous file with comments | « sky/engine/core/dom/custom/CustomElementUpgradeCandidateMap.cpp ('k') | sky/engine/core/dom/shadow/ContentDistribution.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698