Chromium Code Reviews
DescriptionRemove WRAPPER_VISITOR_SPECIAL_CLASSES
This patch removes the need of WRAPPER_VISITOR_SPECIAL_CLASSES. All of these classes are classes in core/ and WrapperVisitor and ScriptWrappableVisitor shouldn't really have any knowledge about them. It takes advantage of the fact that the various overloads of dispatchTraceWrappers(SpecialClass* t) all have the same implementation (t->traceWrappers(this)), and just adds that implementation directly into the special classes
BUG=682322
Review-Url: https://codereview.chromium.org/2728203002
Cr-Commit-Position: refs/heads/master@{#455298}
Committed: https://chromium.googlesource.com/chromium/src/+/0235e672998b36b2bf5beb45ce1e24ae3ac729af
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add macro and update documentation #
Total comments: 8
Patch Set 3 : Change CanTraceWrappers #Messages
Total messages: 24 (10 generated)
|