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

Unified Diff: Source/core/dom/custom/CustomElementProcessingStep.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/custom/CustomElementProcessingStep.h
diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h
index 8808a2250b475e3849231855c4b03eea7b29da60..35101a9678d9679806c0582f16ad7bf346bc9ff4 100644
--- a/Source/core/dom/custom/CustomElementProcessingStep.h
+++ b/Source/core/dom/custom/CustomElementProcessingStep.h
@@ -45,7 +45,7 @@ public:
virtual void dispatch(Element*) = 0;
virtual bool isCreatedCallback() const { return false; }
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698