Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg

This commit is contained in:
Neil Rashbrook
2014-03-18 00:23:03 +00:00
parent 2f6dbf619f
commit afcb26040f
45 changed files with 93 additions and 91 deletions

View File

@@ -2060,7 +2060,7 @@ public:
}
private:
nsRefPtr<MediaDecoder> mDecoder;
nsCOMPtr<MediaDecoderStateMachine> mStateMachine;
nsRefPtr<MediaDecoderStateMachine> mStateMachine;
};
// Runnable which dispatches an event to the main thread to dispose of the
@@ -2079,7 +2079,7 @@ public:
}
private:
nsRefPtr<MediaDecoder> mDecoder;
nsCOMPtr<MediaDecoderStateMachine> mStateMachine;
nsRefPtr<MediaDecoderStateMachine> mStateMachine;
};
nsresult MediaDecoderStateMachine::RunStateMachine()