| Index: third_party/WebKit/Source/modules/mediastream/MediaStreamRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStreamRegistry.cpp b/third_party/WebKit/Source/modules/mediastream/MediaStreamRegistry.cpp
|
| index 108d32d5cf1d3c308dc3eaf17842b3f393ff1d5c..add405703a3bf85a913c8fdf090d4d668f85e935 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/MediaStreamRegistry.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaStreamRegistry.cpp
|
| @@ -49,7 +49,7 @@ void MediaStreamRegistry::registerURL(SecurityOrigin*,
|
|
|
| void MediaStreamRegistry::unregisterURL(const KURL& url) {
|
| DCHECK(isMainThread());
|
| - m_streamDescriptors.remove(url.getString());
|
| + m_streamDescriptors.erase(url.getString());
|
| }
|
|
|
| bool MediaStreamRegistry::contains(const String& url) {
|
|
|