| commit | ce6b9dfd435e967107e9677a902371864ef1bc59 | [log] [tgz] |
|---|---|---|
| author | kouhei <kouhei@chromium.org> | Mon Jul 11 21:43:45 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 11 21:45:03 2016 |
| tree | f73190d6b30cffce91badda8032b22ea1569a8a4 | |
| parent | 23a30f8ca6ed1da252bf58d1d8ebedf70c68d575 [diff] |
Initialize gFunctionMap from CoreInitializer Before this CL, gFunctionMap init was racy, as it could be initialized from both BackgroundParserThread/CrRendererMain. This CL ties the init to blink::initialize() to avoid the issue. BUG=626493 Review-Url: https://codereview.chromium.org/2135083003 Cr-Commit-Position: refs/heads/master@{#404738}