Bug 120139 - PropertyDescriptor argument to define methods should be const
Summary: PropertyDescriptor argument to define methods should be const
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 15:29 PDT by Gavin Barraclough
Modified: 2013-08-21 15:31 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2013-08-21 15:29:19 PDT
This should never be modified, and this way we can use rvalues.
Comment 1 Gavin Barraclough 2013-08-21 15:31:06 PDT
Committed revision 154422.