commit | 80d2d8abff43b8eb2e8b0b36eb6a50ca84b702f9 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Feb 22 09:37:53 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 22 09:37:53 2019 |
tree | f508ec23ea71de4f66cbd8bd014e841029e14c27 | |
parent | 8487fa49052ceddf4dbcc5a03424affd78a6c982 [diff] |
[jumbo] Compile fix, one too many BstrToUTF8, rename BstrToPrettyUTF8 https://chromium-review.googlesource.com/c/chromium/src/+/1474976 introduced a BstrToUTF8 which in jumbo builds collided with an existing (but different) BstrToUTF and broke Windows builds. This renames one of the conversions to "BstrToPrettyUTF8" since it not only converts but also makes the string readable for logs. If the methods had been indentical it would have been suitable to move them to content/browser/accessibility/accessibility_tree_formatter_utils_win.cc I think. TBR=dmazzoni@chromium.org,iapres@microsoft.com Bug: 928949 Change-Id: I33660b867e6a4bcabfd274ba976ef642dd65db3a Reviewed-on: https://chromium-review.googlesource.com/c/1482452 Reviewed-by: Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#634594}
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 .