Bug 120093

Summary: Remove getOwnPropertyDescriptor trap
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, cdumez, commit-queue, eric.carlson, glenn, jer.noble, jsbell, webkit-ews
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix
webkit-ews: commit-queue-
Complete patch! ggaren: review+

Description Gavin Barraclough 2013-08-20 14:56:45 PDT
All implementations of this method are now called via the method table, and equivalent in behaviour.
Remove all duplicate implementations (and the method table trap), and add a single member function implementation on JSObject.
Comment 1 Gavin Barraclough 2013-08-20 15:17:52 PDT
Created attachment 209233 [details]
Fix
Comment 2 Early Warning System Bot 2013-08-20 15:29:17 PDT
Comment on attachment 209233 [details]
Fix

Attachment 209233 [details] did not pass qt-wk2-ews (qt-wk2):
Output: http://webkit-queues.appspot.com/results/1523249
Comment 3 Gavin Barraclough 2013-08-20 15:32:32 PDT
Created attachment 209234 [details]
Complete patch!
Comment 4 Geoffrey Garen 2013-08-20 16:37:30 PDT
Comment on attachment 209234 [details]
Complete patch!

r=me
Comment 5 Gavin Barraclough 2013-08-20 16:46:12 PDT
Committed revision 154373.
Comment 6 Alexey Shvayka 2021-05-15 11:10:03 PDT
*** Bug 107420 has been marked as a duplicate of this bug. ***