Bug 80916

Summary: [V8][Refactoring] Make getWrapperSlow() and getExistingWrapperSlow() same
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, arv, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 80841    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-03-12 18:03:25 PDT
This is one of the steps for fixing bug 80841. In this bug, we make getWrapperSlow() and getExistingWrapperSlow() same.
Comment 1 Kentaro Hara 2012-03-12 18:05:28 PDT
Created attachment 131477 [details]
Patch
Comment 2 Adam Barth 2012-03-12 18:08:32 PDT
Comment on attachment 131477 [details]
Patch

I see.  This is the crux of the patch that I didn't understand before.  Thank you for breaking it into smaller pieces for me.
Comment 3 Kentaro Hara 2012-03-12 18:10:38 PDT
Committed r110519: <http://trac.webkit.org/changeset/110519>