Reland "Cleanup unused macro from blink directory"
This is a reland of edb0f744 TBR=jbroman@chromium.org Original change's description: > Cleanup unused macro from blink directory > > As per the current status, all descendant classes of blink::Node and > blink::Element are ported to use new downcast helpers. The old > macro-based downcast helper implementation is not in use anymore. This > CL cleans up element.h, node.h and mathml_element.h files. > > This CL removes, > - DEFINE_NODE_TYPE_CASTS, > - DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION, > - DEFINE_ELEMENT_TYPE_CASTS_WITH_FUNCTION, > - DEFINE_MATHMLELEMENT_TYPE_CASTS_WITH_FUNCTION > > Bug: 891908 > Change-Id: I04a3a639e44ee5b15b249ea97f16916bd6b4ece2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958494 > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> > Cr-Commit-Position: refs/heads/master@{#723467} Bug: 891908 Change-Id: I5e886d630357fea89601ede408f9f5934378da02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967097Reviewed-by:Abhijeet Kandalkar <abhijeet@igalia.com> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#724583}
Showing
Please register or sign in to comment