Closed
Bug 760076
Opened 11 years ago
Closed 11 years ago
Wrapper construct users Wrapper::GET rather than Wrapper::CALL
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(1 file)
3.55 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
This makes no sense to me. It also means that COW-ed objects can be ()-ed but not new-ed. This was the source of some nastiness over in bug 756173. I'll write up a patch right now.
Assignee | ||
Comment 1•11 years ago
|
||
Attaching a patch. Pushed to try here: https://tbpl.mozilla.org/?tree=Try&rev=4f003eaf3822 Flagging jorendorff for review in case he remembers some reason why it was supposed to be like this.
Attachment #628705 -
Flags: review?(jorendorff)
Comment 2•11 years ago
|
||
Comment on attachment 628705 [details] [diff] [review] Make |construct| use Wrapper::CALL. v1 Stealing the review here as this was my fault... It looks like when I added the CALL permission during the brain transplant scramble, I simply forgot to update construct to match call.
Attachment #628705 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Looks green. Pushed to try: http://hg.mozilla.org/integration/mozilla-inbound/rev/d3d7c919fb50
Target Milestone: --- → mozilla15
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d3d7c919fb50
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•