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

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

Issue 2728203002: Remove WRAPPER_VISITOR_SPECIAL_CLASSES (Closed)
Patch Set: Created 3 years, 10 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..4793cb9bc1fb0e2cdc3b09a2e5c0d19f9ddac1e2 100644
--- a/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
+++ b/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
@@ -168,6 +168,10 @@ class NodeListsNodeData final : public GarbageCollected<NodeListsNodeData> {
}
}
+ void markAndDispatchTraceWrappers(const WrapperVisitor* visitor) const {
+ traceWrappers(visitor);
+ }
+
DECLARE_TRACE();
DECLARE_TRACE_WRAPPERS();

Powered by Google App Engine
This is Rietveld 408576698