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

Unified Diff: Source/core/dom/ElementDataCache.h

Issue 947393002: InlinedVisitor: Migrate dom to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months 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: Source/core/dom/ElementDataCache.h
diff --git a/Source/core/dom/ElementDataCache.h b/Source/core/dom/ElementDataCache.h
index 685cab206e81b515425bdcefabc5e98ae0c79c61..c3798de98ebedd44dee3aeb7856dcaaee9170fcf 100644
--- a/Source/core/dom/ElementDataCache.h
+++ b/Source/core/dom/ElementDataCache.h
@@ -47,7 +47,7 @@ public:
PassRefPtrWillBeRawPtr<ShareableElementData> cachedShareableElementDataWithAttributes(const Vector<Attribute>&);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
ElementDataCache();

Powered by Google App Engine
This is Rietveld 408576698