Bug 16978 - Unneccesary UNUSED_PARAMs; docs not clear on whether JSObjectCopyPropertyNames retains
Summary: Unneccesary UNUSED_PARAMs; docs not clear on whether JSObjectCopyPropertyName...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.4
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 15:12 PST by Cameron McCormack (:heycam)
Modified: 2008-02-04 21:54 PST (History)
0 users

See Also:


Attachments
Patch (2.84 KB, patch)
2008-01-22 15:13 PST, Cameron McCormack (:heycam)
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2008-01-22 15:12:46 PST
Remove some unnecessary UNUSED_PARAMs from the JSCore example program, plus a minor documentation clarification for JSPropertyArrayNameGetCount.
Comment 1 Cameron McCormack (:heycam) 2008-01-22 15:13:27 PST
Created attachment 18605 [details]
Patch
Comment 2 Geoffrey Garen 2008-01-22 15:59:55 PST
Comment on attachment 18605 [details]
Patch

r=me
Comment 3 David Kilzer (:ddkilzer) 2008-02-03 23:14:08 PST
Confirmed by Geoff's patch review.

Comment 4 Mark Rowe (bdash) 2008-02-04 21:54:49 PST
Landed in r29991.  Thanks for the patch!  In future it'd be good to include a ChangeLog in the patch.