commit | a764734ad36f27f21a20409cc4dedbc6221848e6 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Jan 09 15:39:27 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 09 15:39:27 2019 |
tree | cc731055857c4236eff7774f8fa3bdfa7b327a57 | |
parent | 16c01cdf959e8e9909f01491271a57bb5c5cb9eb [diff] |
Resolve namespace ambiguity between blink::features and ::features Inside the blink namespace, "features" can refer to either ::features or ::blink::features depending on what the computer knows. That is why the code style guide don't want there to be sub namespaces with the same name as top level namespaces. This ambiguity broke some jumbo build configurations. An option is to rename ::blink::features to something like ::blink::web_features (or ::blink::blink_features) but that is a large operation so this patch just adds a ::prefix to clarify what namespace is intended. Change-Id: I3c2279e6a141de73efb4e6c4a0f6e2c6da48c61f Reviewed-on: https://chromium-review.googlesource.com/c/1403117 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#621152}
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 .