DescriptionDrop slower Node::hasID() / Node::hasClass() methods
Drop slower Node::hasID() / Node::hasClass() methods. Those were here for
convenience but there are very few remaining callers as we use tighter
typing in the code these days. Removing them will encourage future callers
to use tighter typing and call the methods on Element.
This CL updates the 2 remaining call sites to use the methods on Element
instead.
R=abarth@chromium.org, eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178885
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|