зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1028680 - Give TextTrackList an out-of-line destructor so that we can forward declare TextTrackManager in the header; r=bzbarsky
--HG-- extra : rebase_source : d8a6eaefd00fe20b0405bef5309100e74a0ac6d7
This commit is contained in:
Родитель
b7d21c0be3
Коммит
0616177a2f
|
@ -35,6 +35,10 @@ TextTrackList::TextTrackList(nsPIDOMWindow* aOwnerWindow,
|
|||
{
|
||||
}
|
||||
|
||||
TextTrackList::~TextTrackList()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
TextTrackList::UpdateAndGetShowingCues(nsTArray<nsRefPtr<TextTrackCue> >& aCues)
|
||||
{
|
||||
|
|
|
@ -28,6 +28,7 @@ public:
|
|||
|
||||
TextTrackList(nsPIDOMWindow* aOwnerWindow);
|
||||
TextTrackList(nsPIDOMWindow* aOwnerWindow, TextTrackManager* aTextTrackManager);
|
||||
~TextTrackList();
|
||||
|
||||
virtual JSObject* WrapObject(JSContext* aCx) MOZ_OVERRIDE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче