DescriptionRefactoring: toHTMLElement(const Node*) added but never used. Using it.
There is a const HTMLElement* toHTMLElement(const Node*) interface defined,
but never used. Instead the static_cast is still used for this conversion.
Replacing the static_cast to toHTMLElement call.
BUG=None
TEST=None. No functionality changed/effected.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157078
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|