Comment 170 for bug 604635

Revision history for this message
In , Ms2ger (ms2ger) wrote :

Comment on attachment 604291
Use nsCOMPtr copy constructor

Use assignment, as in

nsCOMPtr<nsIDOMMozPowerManager> power = mPowerManager;

r=me with that