Closed
Bug 579786
Opened 15 years ago
Closed 6 years ago
Qualify accesses to dependent base in js/jetpack/Handle.h
Categories
(Mozilla Labs :: Jetpack Prototype, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: sharparrow1, Assigned: sharparrow1)
Details
Attachments
(1 file, 1 obsolete file)
613 bytes,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
Per summary; this is required to build Firefox with clang. See bug 573210 comment 6 for an explanation of why clang isn't accepting code gcc does accept.
Please redirect this bug if it isn't in the right component or I'm not asking the right person for review; the Bugzilla components aren't very clear, and http://www.mozilla.org/about/owners.html doesn't indicate who owns the code.
Attachment #458216 -
Flags: review?(bent.mozilla)
Comment on attachment 458216 [details] [diff] [review]
Patch
Hm, bsmedberg is changing this code in bug 578821, so this may bitrot. Anyway, can we just use |this->| instead of |BaseType::| ?
Assignee | ||
Comment 2•15 years ago
|
||
It's not legal to use "this" in a static method... I think "self->Send__delete__(self)" would work, though, if you'd prefer that.
Assignee | ||
Comment 3•14 years ago
|
||
Sync'ed to tip and changed per review comment.
Assignee: nobody → sharparrow1
Attachment #458216 -
Attachment is obsolete: true
Attachment #475616 -
Flags: review?(bent.mozilla)
Attachment #458216 -
Flags: review?(bent.mozilla)
Updated•14 years ago
|
Attachment #475616 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Do I need approval2.0+ to commit this? If so, how do I request it?
Comment 5•6 years ago
|
||
Closing all inactive bugs in Mozilla labs :: *
Please reopen if this are still relevant.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•