Closed
Bug 625042
Opened 15 years ago
Closed 15 years ago
nsIWeakReferenceUtils.h should include nsIWeakReference.h
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla2.0b10
People
(Reporter: mounir, Assigned: mounir)
Details
Attachments
(1 file)
|
3.83 KB,
patch
|
benjamin
:
review+
jst
:
approval2.0+
|
Details | Diff | Splinter Review |
If I file tries to include nsIWeakReferenceUtils.h without including nsIWeakReference.h, compilation fails because nsIWeakReferenceUtils.h uses nsIWeakReference.
We should just include nsIWeakReference.h into nsIWeakReferenceUtils.h.
Attachment #503142 -
Flags: review?(benjamin)
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mounir.lamouri
Updated•15 years ago
|
Attachment #503142 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 1•15 years ago
|
||
Comment on attachment 503142 [details] [diff] [review]
Patch v1
I guess th bug title is enough to understand that this patch is safe. It could wait for Firefox.next easily though ;)
Attachment #503142 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #503142 -
Flags: approval2.0? → approval2.0+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b10
You need to log in
before you can comment on or make changes to this bug.
Description
•