commit | dac67c0f2490d3df3a635ad70dc3768e18749a76 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Mar 28 18:40:42 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 28 18:40:42 2019 |
tree | be2e96363406190f956b1852e3adf1d158ac09ac | |
parent | 2910ec169c88c2aa16334488b8d334ed5f2b7589 [diff] |
Resolve ambiguity between ::features and ::printing::features There is both a ::features namespace and a ::printing::features namespace (which is kind of against the coding style), so if you write just "features" inside the printing namespace, the compiler will resolve "features" differently depending on if it is aware ::printing::features exists. In certain jumbo builds, the compiler will be aware that ::printing::features exists when compiling the code and will resolve it incorrectly. This patch removes the ambiguity by adding a :: prefix. Bug: 945619 Change-Id: I569878be26debb77dea69679dd37414f602ec1a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541226 Auto-Submit: Daniel Bratell <bratell@opera.com> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#645422}
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 .