mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1838 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
15 lines
471 B
Diff
15 lines
471 B
Diff
Index: webrtc_internals.cc
|
|
===================================================================
|
|
--- webrtc_internals.cc (revision 290621)
|
|
+++ webrtc_internals.cc (working copy)
|
|
@@ -59,7 +59,8 @@
|
|
}
|
|
|
|
WebRTCInternals* WebRTCInternals::GetInstance() {
|
|
- return Singleton<WebRTCInternals>::get();
|
|
+ return Singleton<WebRTCInternals,
|
|
+ LeakySingletonTraits<WebRTCInternals> >::get();
|
|
}
|
|
|
|
void WebRTCInternals::OnAddPeerConnection(int render_process_id,
|