| Index: trunk/Source/modules/mediastream/MediaStreamRegistry.h
|
| ===================================================================
|
| --- trunk/Source/modules/mediastream/MediaStreamRegistry.h (revision 183662)
|
| +++ trunk/Source/modules/mediastream/MediaStreamRegistry.h (working copy)
|
| @@ -26,7 +26,6 @@
|
| #define MediaStreamRegistry_h
|
|
|
| #include "core/html/URLRegistry.h"
|
| -#include "platform/heap/Handle.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/text/StringHash.h"
|
| @@ -51,7 +50,7 @@
|
|
|
| private:
|
| MediaStreamRegistry();
|
| - PersistentHeapHashMap<String, Member<MediaStreamDescriptor> > m_streamDescriptors;
|
| + HashMap<String, RefPtr<MediaStreamDescriptor> > m_streamDescriptors;
|
| };
|
|
|
| } // namespace blink
|
|
|