commit | 52c80e8cffaddb831df6e42bc4557d7fdcc7c6a2 | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Wed Jan 23 10:49:00 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 23 10:49:00 2019 |
tree | d9d4bb9b668c857328f400f968363d1481cddcb7 | |
parent | 800c07ef76d8166c52befb086b4ffcef6b7cea89 [diff] |
Remove unnecessary blink:: in renderer/core/html We have bunch of "Trace(blink::Visitor*" in Blink though their classes are also in blink namespace. This CL removes a part of such unnecessary blink::. This CL has no behavior changes. This CL was produced by the following command on zsh: % for i in **/*.{h,cc}; sed -i "" -e "s/Trace(blink::/Trace(/g" $i Change-Id: Ia7cc19c2b26ffee332dc2e66b2cb65f6895e9b51 Reviewed-on: https://chromium-review.googlesource.com/c/1428506 Reviewed-by: Keishi Hattori <keishi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#625160}
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 .