Closed
Bug 651510
Opened 14 years ago
Closed 14 years ago
Signature for JS_StructuredClone differs in jsapi.h and jsapi.cpp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: robarnold, Assigned: robarnold)
Details
Attachments
(1 file)
|
476 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
It seems to take an extra (ReadStructuredCloneOp optionalReadOp) parameter in the jsapi.cpp definition so you can't actually link against it.
| Assignee | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Attachment #527275 -
Flags: review? → review?(jorendorff)
Comment 2•14 years ago
|
||
Comment on attachment 527275 [details] [diff] [review]
Remove the extra unused parameter
Review of attachment 527275 [details] [diff] [review]:
Well that was bizarre. Botched merge, maybe? Or did I really write that? :-P
Thanks, r=me.
Attachment #527275 -
Flags: review?(jorendorff) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
I pushed this to TM:
http://hg.mozilla.org/tracemonkey/rev/5ed5999041be
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•