Closed
Bug 956300
Opened 12 years ago
Closed 12 years ago
Remove Class argument from functions that also take a TypeObject
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(1 file)
|
6.81 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Some functions like NewObject take both a Class and TypeObject, but we can get the Class from the TypeObject nowadays.
Attachment #8355530 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #8355530 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•