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

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

Issue 2728203002: Remove WRAPPER_VISITOR_SPECIAL_CLASSES (Closed)
Patch Set: Add macro and update documentation 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();
haraken 2017/03/07 08:45:40 Just to confirm: What happens if a developer uses
adithyas 2017/03/07 16:53:57 Yes, it leads to a compiler error as markAndDispat
private:
NodeListsNodeData() : m_childNodeList(nullptr) {}

Powered by Google App Engine
This is Rietveld 408576698