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

Unified Diff: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h

Issue 2592653002: [wrapper-tracing] Trace CustomElementReactionStack (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
index 04036567cdeea5d753e5ddb9213cd805effeaf4c..e23d3607fa4f9b8d9aa8a8e243f3b8416b0faad4 100644
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h
@@ -68,6 +68,7 @@ class CORE_EXPORT CustomElementRegistry final
void entangle(V0CustomElementRegistrationContext*);
DECLARE_TRACE();
+ DECLARE_VIRTUAL_TRACE_WRAPPERS();
private:
friend class CustomElementRegistryTest;

Powered by Google App Engine
This is Rietveld 408576698