diff options
author | jinlong.zhai <jinlong.zhai@samsung.com> | 2015-02-06 15:20:06 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-06 23:21:20 +0000 |
commit | 1fb332dc1f81bb05716342704b7f969af6921f3e (patch) | |
tree | b85b8b6ed67021afc896b6e6471b34944a59868d /AUTHORS | |
parent | bb461c8f803f441364fdbb9f5124045771daa31a (diff) | |
download | chromium_src-1fb332dc1f81bb05716342704b7f969af6921f3e.zip chromium_src-1fb332dc1f81bb05716342704b7f969af6921f3e.tar.gz chromium_src-1fb332dc1f81bb05716342704b7f969af6921f3e.tar.bz2 |
Change g_webrtc_logging_delegate from process-level to RenderThread-level
--single-process mode may happen crash in file of webrtc_logging.cc where code
is CHECK(!g_webrtc_logging_delegate). The orginal code is to expect there to
be only one g_webrtc_logging_delegate instance in a single render process.
g_webrtc_logging_delegate is created when a RenderThreadImpl is created.
But in --single-process model all RenderThreadImpl are created in browser
process and so g_webrtc_logging_delegate may be created many times in a single
process. Then CHECK(!g_webrtc_logging_delegate) will fail.
In this patch will change g_webrtc_logging_delegate from process-level to
RenderThread-Level. Since every render process will only keep one RenderThread.
BUG=455573
Review URL: https://codereview.chromium.org/889313003
Cr-Commit-Position: refs/heads/master@{#315131}
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ Jin Yang <jin.a.yang@intel.com> Jincheol Jo <jincheol.jo@navercorp.com> Jingwei Liu <kingweiliu@gmail.com> Jingyi Wei <wjywbs@gmail.com> +Jinlong Zhai <jinlong.zhai@samsung.com> Jinho Bang <jinho.bang@samsung.com> Jinwoo Song <jinwoo7.song@samsung.com> Jitendra Kumar Sahoo <jitendra.ks@samsung.com> |