Use isCommentNode() not nodeType() comparisons in form_autofill_util.cc
commit0edcdcafbca277d2b78a6edca3bd0e14b38c005d
authoresprehn <esprehn@chromium.org>
Mon, 21 Sep 2015 20:57:22 +0000 (21 13:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 21 Sep 2015 20:58:27 +0000 (21 20:58 +0000)
treee4393212587b54e3bbae684b1a57a2140b00d4e1
parentcd637d62f4c4ecea5ba02bcb36da9daa31522bdb
Use isCommentNode() not nodeType() comparisons in form_autofill_util.cc

This will allow us to remove the WebNode::nodeType() API
in blink.

Review URL: https://codereview.chromium.org/1357733005

Cr-Commit-Position: refs/heads/master@{#350013}
components/autofill/content/renderer/form_autofill_util.cc