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

Unified Diff: sky/engine/core/dom/custom/CustomElementRegistrationContext.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
Index: sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
diff --git a/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp b/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
index 4963a73596a493e6c419a70e88893f930b3256f9..8b386257cc33339eccd672d62b1f0fc978fc7aa3 100644
--- a/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
+++ b/sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp
@@ -144,9 +144,4 @@ void CustomElementRegistrationContext::setTypeExtension(Element* element, const
context->didGiveTypeExtension(element, type);
}
-void CustomElementRegistrationContext::trace(Visitor* visitor)
-{
- visitor->trace(m_candidates);
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/dom/custom/CustomElementRegistrationContext.h ('k') | sky/engine/core/dom/custom/CustomElementScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698