зеркало из https://github.com/mozilla/gecko-dev.git
Bug 848954 - Part 29 - Make the MSG in stable state event ref counted. r=padenot
This commit is contained in:
Родитель
fadcfae452
Коммит
61652f721c
|
@ -1482,7 +1482,7 @@ public:
|
|||
return NS_OK;
|
||||
}
|
||||
private:
|
||||
MediaStreamGraphImpl* mGraph;
|
||||
nsRefPtr<MediaStreamGraphImpl> mGraph;
|
||||
};
|
||||
|
||||
class MediaStreamGraphStableStateRunnable : public nsRunnable {
|
||||
|
@ -1501,7 +1501,7 @@ public:
|
|||
return NS_OK;
|
||||
}
|
||||
private:
|
||||
MediaStreamGraphImpl* mGraph;
|
||||
nsRefPtr<MediaStreamGraphImpl> mGraph;
|
||||
bool mSourceIsMSG;
|
||||
};
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ public:
|
|||
class MediaStreamGraphImpl : public MediaStreamGraph,
|
||||
public nsIMemoryReporter {
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_THREADSAFE_ISUPPORTS
|
||||
NS_DECL_NSIMEMORYREPORTER
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче