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

Unified Diff: Source/core/dom/DocumentParserClient.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/DocumentParserClient.h
diff --git a/Source/core/dom/DocumentParserClient.h b/Source/core/dom/DocumentParserClient.h
index 05a94a2a74fde2033e14d1a1fcc3d2050880a1f7..7ceea72119e709def130d1bf68548672c343b4a0 100644
--- a/Source/core/dom/DocumentParserClient.h
+++ b/Source/core/dom/DocumentParserClient.h
@@ -14,7 +14,7 @@ public:
// This callback is called when all data pushed to parser has been consumed.
virtual void notifyParserStopped() = 0;
- virtual void trace(Visitor*) { }
+ DEFINE_INLINE_VIRTUAL_TRACE() { }
protected:
DocumentParserClient() { }

Powered by Google App Engine
This is Rietveld 408576698