| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 5fee5bf452a8c6375bd263059b599b6a28256a9a..e775996c6c14862740c28eeced9d74e1dc89b8d3 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -2266,7 +2266,7 @@ void RenderFrameHostImpl::RegisterMojoInterfaces() {
|
| BrowserThread::GetTaskRunnerForThread(BrowserThread::IO));
|
| }
|
|
|
| -#if defined(ENABLE_WEBRTC)
|
| +#if BUILDFLAG(ENABLE_WEBRTC)
|
| // BrowserMainLoop::GetInstance() may be null on unit tests.
|
| if (BrowserMainLoop::GetInstance()) {
|
| // BrowserMainLoop, which owns MediaStreamManager, is alive for the lifetime
|
|
|