Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: trunk/Source/modules/mediastream/MediaStreamRegistry.h

Issue 562663002: Revert 181702 "Oilpan: Move MediaStreamSource, MediaStreamCompon..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/Source/modules/mediastream/MediaStreamRegistry.h
===================================================================
--- trunk/Source/modules/mediastream/MediaStreamRegistry.h (revision 181729)
+++ 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
« no previous file with comments | « trunk/Source/modules/mediastream/MediaStream.cpp ('k') | trunk/Source/modules/mediastream/MediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698