Comment 41 for bug 501393

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

+ alertTimeout = setTimeout(killAndFail, ALERT_TIMEOUT);

Don't do this. Let the normal mochitest timeout mechanism trigger test failure.

+ nsAlertsIconListener* alert = (nsAlertsIconListener*) user_data;

static_cast