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

Unified Diff: third_party/WebKit/Source/core/dom/NodeListsNodeData.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/NodeListsNodeData.h
diff --git a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
index 85c5180aa87f5d366c6d0988a05b84cc42e624b1..61674ae8076e28bec433a01ecec75a378399d1e3 100644
--- a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
+++ b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
@@ -167,10 +167,9 @@ class NodeListsNodeData final : public GarbageCollected<NodeListsNodeData> {
list->didMoveToDocument(oldDocument, newDocument);
}
}
-
DECLARE_TRACE();
- DECLARE_TRACE_WRAPPERS();
+ DECLARE_TRACE_WRAPPERS_WITHOUT_BASE();
private:
NodeListsNodeData() : m_childNodeList(nullptr) {}
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md ('k') | third_party/WebKit/Source/core/dom/NodeRareData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698