commit | 4bc4163e43896688b58e2b51f162ed144e255457 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Apr 23 16:45:16 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 23 16:45:16 2019 |
tree | bfe4d1e60ced9d7e4d97730b2e770367e7e7a5d6 | |
parent | 325aad0c59717c5292ccb8d4d2f10af4c5904f01 [diff] |
Too many top level Status aliases 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. This also touches an inspector_protocol_encoding::cbor to not conflict with another patch. Change-Id: If663fa8c7d14ab1cb11a88a037a588b0c4b2d5b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578559 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#653215}
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 .