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

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

Issue 2728203002: Remove WRAPPER_VISITOR_SPECIAL_CLASSES (Closed)
Patch Set: Change CanTraceWrappers Created 3 years, 9 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 109c10a70261a86698f90c0e94eed3614ed04277..241b9f121e9ebf8b822919996ab56d0d91197545 100644
--- a/third_party/WebKit/Source/core/dom/NodeRareData.h
+++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
@@ -74,7 +74,7 @@ class NodeMutationObserverData final
visitor->trace(m_transientRegistry);
}
- DECLARE_TRACE_WRAPPERS() {
+ DECLARE_TRACE_WRAPPERS_WITHOUT_BASE() {
for (auto registration : m_registry) {
visitor->traceWrappers(registration);
}
@@ -157,7 +157,7 @@ class NodeRareData : public GarbageCollectedFinalized<NodeRareData>,
DECLARE_TRACE_AFTER_DISPATCH();
void finalizeGarbageCollectedObject();
- DECLARE_TRACE_WRAPPERS();
+ DECLARE_TRACE_WRAPPERS_WITHOUT_BASE();
DECLARE_TRACE_WRAPPERS_AFTER_DISPATCH();
protected:
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeListsNodeData.h ('k') | third_party/WebKit/Source/platform/heap/GarbageCollected.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698