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

Unified Diff: third_party/WebKit/Source/core/dom/NodeRareData.h

Issue 1876383003: Introduce infrastructure for tracing ScriptWrappables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase master Created 4 years, 8 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: third_party/WebKit/Source/core/dom/NodeRareData.h
diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.h b/third_party/WebKit/Source/core/dom/NodeRareData.h
index ffcb4f03ca73b58120d32a4abfee73cecce5420d..239b6aef202ec7c10104d50722224e0fa07f822f 100644
--- a/third_party/WebKit/Source/core/dom/NodeRareData.h
+++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
@@ -102,6 +102,8 @@ public:
DECLARE_TRACE_AFTER_DISPATCH();
void finalizeGarbageCollectedObject();
+ DECLARE_NONVIRTUAL_TRACE_WRAPPABLE();
+ DECLARE_NONVIRTUAL_TRACE_WRAPPABLE_CHILDREN();
protected:
explicit NodeRareData(LayoutObject* layoutObject)

Powered by Google App Engine
This is Rietveld 408576698