Bug 70958

Summary: De-virtualize JSCell::toThisObject
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67690    
Attachments:
Description Flags
Patch
none
Patch none

Mark Hahnenberg
Reported 2011-10-26 12:52:41 PDT
This should be the last virtual method (other than the destructor) in JSCell. I'm simply going to add it to the MethodTable. Since it is a relatively minor addition to the MethodTable compared to past additions, I'll just wrap all of the usual stages into a single patch.
Attachments
Patch (24.50 KB, patch)
2011-10-26 14:20 PDT, Mark Hahnenberg
no flags
Patch (25.28 KB, patch)
2011-10-26 14:40 PDT, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2011-10-26 14:20:26 PDT
Early Warning System Bot
Comment 2 2011-10-26 14:33:13 PDT
Mark Hahnenberg
Comment 3 2011-10-26 14:40:48 PDT
Geoffrey Garen
Comment 4 2011-10-26 15:34:41 PDT
Comment on attachment 112597 [details] Patch r=me
WebKit Review Bot
Comment 5 2011-10-27 10:01:55 PDT
Comment on attachment 112597 [details] Patch Clearing flags on attachment: 112597 Committed r98593: <http://trac.webkit.org/changeset/98593>
WebKit Review Bot
Comment 6 2011-10-27 10:01:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.