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

Unified Diff: Source/core/dom/shadow/ShadowRoot.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/shadow/ShadowRoot.h
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
index a4904f5195f4157b51cb1882eafe5b71576a59eb..3e9b79af85bf2b4b860070ca49879b4e3f956171 100644
--- a/Source/core/dom/shadow/ShadowRoot.h
+++ b/Source/core/dom/shadow/ShadowRoot.h
@@ -124,7 +124,7 @@ public:
StyleSheetList* styleSheets();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
ShadowRoot(Document&, ShadowRootType);

Powered by Google App Engine
This is Rietveld 408576698