Bug 120139

Summary: PropertyDescriptor argument to define methods should be const
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.