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

Unified Diff: sky/engine/core/dom/StaticNodeList.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
« no previous file with comments | « sky/engine/core/dom/ShadowTreeStyleSheetCollection.h ('k') | sky/engine/core/dom/StyleElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/StaticNodeList.h
diff --git a/sky/engine/core/dom/StaticNodeList.h b/sky/engine/core/dom/StaticNodeList.h
index 66fdaa4bd045e35c2bf6d60644025728b24e63c1..ba72f217facba383ff76fd9a29a6b26df7df3ef0 100644
--- a/sky/engine/core/dom/StaticNodeList.h
+++ b/sky/engine/core/dom/StaticNodeList.h
@@ -55,8 +55,6 @@ public:
virtual unsigned length() const override;
virtual NodeType* item(unsigned index) const override;
- virtual void trace(Visitor*) override;
-
private:
ptrdiff_t AllocationSize()
{
@@ -98,13 +96,6 @@ NodeType* StaticNodeTypeList<NodeType>::item(unsigned index) const
return 0;
}
-template <typename NodeType>
-void StaticNodeTypeList<NodeType>::trace(Visitor* visitor)
-{
- visitor->trace(m_nodes);
- NodeList::trace(visitor);
-}
-
} // namespace blink
#endif // StaticNodeList_h
« no previous file with comments | « sky/engine/core/dom/ShadowTreeStyleSheetCollection.h ('k') | sky/engine/core/dom/StyleElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698