Bug 86977

Summary: [V8] Pass Isolate to throwError()s in bindings/v8/*.{h,cpp}
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 84074    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-05-20 18:30:43 PDT
The objective is to pass Isolate around in V8 bindings. In this bug we pass Isolate to throwError()s in bindings/v8/*.{h,cpp} except for a couple of non-trivial cases. I'll upload a follow-up patch for the non-trivial cases.
Comment 1 Kentaro Hara 2012-05-20 18:34:37 PDT
Created attachment 142932 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-20 22:41:43 PDT
Comment on attachment 142932 [details]
Patch

Clearing flags on attachment: 142932

Committed r117728: <http://trac.webkit.org/changeset/117728>
Comment 3 WebKit Review Bot 2012-05-20 22:41:47 PDT
All reviewed patches have been landed.  Closing bug.