Closed
Bug 720554
Opened 13 years ago
Closed 13 years ago
Use fatal assertion and check thread in History::Shutdown
Categories
(Toolkit :: Places, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(1 file)
(deleted),
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Updated•13 years ago
|
Summary: Unrelated changes from bug 718449 → Use fatal assertion and check thread in History::Shutdown
Updated•13 years ago
|
Attachment #590927 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment on attachment 590927 [details] [diff] [review]
Unrelated changes from bug 718449
>
># HG changeset patch
>+ MOZ_ASSERT(!mShuttingDown && "Shutdown was called more than once!");
MOZ_ASSERT(!mShuttingDown, "Shutdown was called more than once!");
now works.
Comment 5•13 years ago
|
||
(In reply to Ms2ger from comment #4)
> MOZ_ASSERT(!mShuttingDown, "Shutdown was called more than once!");
>
> now works.
MOZ_ASSERT doesn't have a message param, was it added recently?
Comment 6•13 years ago
|
||
ah I see bug 716112, ok, good to know for future changes, thanks.
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•