commit | 3bcb8501d204ef6a17a55d98098821b12e78e3dd | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Apr 29 17:36:26 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 29 17:36:26 2019 |
tree | b0419c9d51dd13dd27da5f9c9b516c339395178a | |
parent | e96d6c930dbc8ca2b31ce8d4a7b6e2ea6f2e9dab [diff] |
Too many top level Status aliases again Both leveldb::Status and inspector_protocol_encoding::Status are pulled into the global namespace as aliases. In certain non-default jumbo builds that causes problems. Since there are many-many usages of leveldb::Status as Status but only one usage of inspector_protocol_encoding::Status as Status, this changes only inspector_protocol_encoding::Status to not use an alias. Change-Id: Iac7522e2a7f480960bc2afb01af8a469a6d51fef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583736 Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Johannes Henkel <johannes@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#654901}
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 .