Closed
Bug 636265
Opened 14 years ago
Closed 14 years ago
Don't pass unused return value in nsJSConfigTriggers.cpp
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
People
(Reporter: mwu, Assigned: mwu)
Details
Attachments
(1 file)
966 bytes,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
Saves a line of code and lets spidermonkey generate slightly better code.
Assignee | ||
Updated•14 years ago
|
Attachment #514613 -
Flags: review?(benjamin)
Comment 1•14 years ago
|
||
Comment on attachment 514613 [details] [diff] [review]
Don't pass unused return value in nsJSConfigTriggers.cpp
I am not a JSAPI guru.
Attachment #514613 -
Flags: review?(benjamin) → review?(jorendorff)
Comment 2•14 years ago
|
||
Comment on attachment 514613 [details] [diff] [review]
Don't pass unused return value in nsJSConfigTriggers.cpp
Actually, I didn't know about this JSAPI quirk either. It's undocumented. But this is correct (and kind of neat).
Attachment #514613 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•