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: Incorporate Haraken's wonderful comments 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..b4185e307a356925223ba7fe68e7aa2d3f029671 100644
--- a/third_party/WebKit/Source/core/dom/NodeRareData.h
+++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
@@ -102,6 +102,7 @@ public:
DECLARE_TRACE_AFTER_DISPATCH();
void finalizeGarbageCollectedObject();
+ DECLARE_NONVIRTUAL_TRACE_WRAPPERS();
protected:
explicit NodeRareData(LayoutObject* layoutObject)

Powered by Google App Engine
This is Rietveld 408576698