commit | db70928281bc0bbe825e5b15fb7df8d1825adf8c | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Fri Sep 28 15:24:42 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 28 15:24:42 2018 |
tree | 72d40567061a3951d4e7184c8e0f0062ed6d5ee6 | |
parent | 734515a070b6d1263e4f72326e64e4e461bcec19 [diff] |
Give two g_lazy_tls global variables unique names In content/child there were two g_lazy_tls global variables in two different anonymous namespaces. In jumbo build experiments, where many files compile together and share anonymous namespace, those globals collided. This patch gives them more distinct names. Bug: 746953 Change-Id: Icac936f2092d1c8b1bc5de38d443d71cb8955045 Reviewed-on: https://chromium-review.googlesource.com/1251605 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#595100}
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 .