DescriptionUse toElement instead of static_cast<Element*> and static_cast<const Element*>
toElement is already used in many places, however, there are still exist
static_cast<Element*> and static_cast<const Element*>. This CL replaces
these static_cast with toElement.
BUG=none
TEST=none; no behavior changes.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152922
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase #
Messages
Total messages: 8 (0 generated)
|