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/+/1958494Reviewed-by:Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#723467}
Showing
Please register or sign in to comment