commit | 2dfd136766503e2a72dc2b7d2e5b339c8068275d | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Dec 05 09:14:29 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 05 09:14:29 2018 |
tree | b792e6814adc5d5ff9f0a9e1da44785f7e1a3ad3 | |
parent | 63f924d605b141a7ab84606f7c954007ddf9fbbf [diff] |
Eliminate unnecessary uses of Node::ToNode This method is supposed to be used to go from an EventTarget to its node (if any). Remove uses where it's called on something that obviously derives from Node already. Make it private on Node to prevent any future such uses. Change-Id: I0ed70ac122e877ae90ee7c6f6c53caaa63edd574 Reviewed-on: https://chromium-review.googlesource.com/c/1361070 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#613910}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .