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

Unified Diff: Source/core/dom/DocumentParser.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/DocumentParser.h
diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
index 2bd668c60715a5e9ab299e9e05ba9eb92b8d65ed..71e3c5fcc4dde0a8beec062fe8b3f39e51577b18 100644
--- a/Source/core/dom/DocumentParser.h
+++ b/Source/core/dom/DocumentParser.h
@@ -39,7 +39,7 @@ class TextResourceDecoder;
class DocumentParser : public RefCountedWillBeGarbageCollectedFinalized<DocumentParser> {
public:
virtual ~DocumentParser();
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
virtual ScriptableDocumentParser* asScriptableDocumentParser() { return 0; }

Powered by Google App Engine
This is Rietveld 408576698