Closed
Bug 326981
Opened 20 years ago
Closed 20 years ago
[BeOS] Fix to bug 325229 seems to have broken BeOS builds
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: doug, Assigned: dougt)
Details
Attachments
(2 files)
|
1.82 KB,
text/plain
|
Details | |
|
878 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060206 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060206 Firefox/1.6a1
BeOS builds break in mozilla/xpcom/base/nsDebugImpl.cpp, though it cleanly compiled on 2006-02-04.
Reproducible: Always
Steps to Reproduce:
1.build firefox
2.
3.
Actual Results:
build breaks in mozilla/xpcom/base/nsDebugImpl.cpp
Expected Results:
clean build
| Reporter | ||
Comment 1•20 years ago
|
||
http://lxr.mozilla.org/mozilla/source/xpcom/base/nsDebugImpl.cpp#454
DEBUGGER(aMgr); should be DEBUGGER(aMsg); ?
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2)
> http://lxr.mozilla.org/mozilla/source/xpcom/base/nsDebugImpl.cpp#454
> DEBUGGER(aMgr); should be DEBUGGER(aMsg); ?
>
It compiles with this change but I have no way of knowing whether this change does what the code intends.
Updated•20 years ago
|
Assignee: nobody → dougt
Component: General → XPCOM
Product: Firefox → Core
QA Contact: general → xpcom
Version: unspecified → Trunk
Comment 4•20 years ago
|
||
Yes, that is almost certainly the correct change and just a error on my part. Attach it as a patch please?
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 5•20 years ago
|
||
Comment 6•20 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•20 years ago
|
||
thank you!
You need to log in
before you can comment on or make changes to this bug.
Description
•