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

@@ -326,7 +326,7 @@ protected:
friend class PluginEventRunnable;
nsTArray<nsCOMPtr<PluginEventRunnable>> mPostedEvents;
nsTArray<nsRefPtr<PluginEventRunnable>> mPostedEvents;
void PopPostedEvent(PluginEventRunnable* r);
void OnSurfaceTextureFrameAvailable();