Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user