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

Unified Diff: Source/core/dom/DOMImplementation.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/DOMImplementation.h
diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h
index 687a545aa3ac26972621100bd10e012e553b5b66..a5fe6108e1f47ffb319ebae9300bc869480e325e 100644
--- a/Source/core/dom/DOMImplementation.h
+++ b/Source/core/dom/DOMImplementation.h
@@ -69,7 +69,7 @@ public:
static bool isTextMIMEType(const String&);
static bool isJSONMIMEType(const String&);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
explicit DOMImplementation(Document&);

Powered by Google App Engine
This is Rietveld 408576698