From 1fb332dc1f81bb05716342704b7f969af6921f3e Mon Sep 17 00:00:00 2001 From: "jinlong.zhai" Date: Fri, 6 Feb 2015 15:20:06 -0800 Subject: 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} --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 25d543f..a5c494c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -222,6 +222,7 @@ Jin Yang Jincheol Jo Jingwei Liu Jingyi Wei +Jinlong Zhai Jinho Bang Jinwoo Song Jitendra Kumar Sahoo -- cgit v1.1