[CI] Remove broken IsSVG*Element overload
The: template<typename T> bool IsSVG*Element(const T*) overload is a remnant after RawPtr<T>, but in its current form it would only produce infinite recursion. Also update some nearby documentation and rewrite the const Node& overload to use the same form of condition as the other ones. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iecbc75423010bf26383dfd7504831bf1768a722d Reviewed-on: https://chromium-review.googlesource.com/893270Reviewed-by:Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#533001}
Showing
Please register or sign in to comment