Closed
Bug 827234
Opened 13 years ago
Closed 13 years ago
Move js::Swap to from js/src/jsutil.h to js/public/Utility.h
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: justin.lebar+bug, Unassigned)
References
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
js::Swap is currently defined in js/src/jsutil.h. But it's used by HashTable.h, which fails to compile if Swap is not defined.
I have a patch to move Swap to js/public/Utility.h, which HashTable.h already includes.
https://tbpl.mozilla.org/?tree=Try&rev=d70f27a5f320
| Reporter | ||
Comment 1•13 years ago
|
||
| Reporter | ||
Updated•13 years ago
|
Attachment #698573 -
Flags: review?(terrence)
Updated•13 years ago
|
Attachment #698573 -
Flags: review?(terrence) → review+
| Reporter | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•