commit | d6deb1a4c991c76be80e42c18715f26a972f71ce | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Tue Nov 13 16:10:06 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 13 16:10:06 2018 |
tree | f7c4729819bb50bcd904a4231c440f9622b2189d | |
parent | 9b7cb1bc68cb3e5f4689a3ca9686ec159d5adcc4 [diff] |
[jumbo] Avoid using kSymbolKey name in the blink scope There is a kSymbolKey in the public API and due to the new enum shadow warnings, jumbo builds might combine the code in such an order that the public blink::WebInputEvent::kSymbolKey shadows the blink::{anonymous namespace}::kSymbolKey. Note, there is no bug, just an unfortunate false warning and one that only appears in rare jumbo builds. Change-Id: Id575b2aef3b3f1be46d3722ed79454212bcf650e Reviewed-on: https://chromium-review.googlesource.com/c/1333649 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#607606}
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 .