Closed
Bug 830871
Opened 12 years ago
Closed 12 years ago
Unfriend js_GetClassPrototype
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
745 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
We want to get rid of JSProtoKey as part of the JSAPI eventually, and this stands in the way. Plus it's not used outside js/src.
http://mxr.mozilla.org/mozilla-central/search?string=js_GetClassPrototype&case=on&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central
Attachment #702415 -
Flags: review?(jorendorff)
Assignee | ||
Comment 1•12 years ago
|
||
...and I apparently filed bug 725888 to do exactly this, and if I look at the change rev there, I removed it from jsfriendapi.h and added it to jsobj.h -- preserving the friend-API-ness of it. I have no idea why I did this.
Updated•12 years ago
|
Attachment #702415 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla21
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•