Comment 33 for bug 501393

Revision history for this message
In , Roc-ocallahan (roc-ocallahan) wrote :

+ nsAutoString alertCookie;

nsString (you normally don't want to use nsAuto* in structs)

+ nsAutoString mAlertCookie;

Same here

Instead of creating NotifyCallbackInfo, why don't you make the notify_ callbacks take the nsAlertsIconListener as their closure-data?