Bug 87807

Summary: [V8] Replace v8::Null() with v8NullWithCheck(isolate) in custom bindings where isolate can be 0
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-29 18:44:30 PDT
The objective is to pass Isolate around in V8 bindings.

In this bug we replace v8::Null() with v8Null(isolate) in custom bindings where isolate can be 0.
Comment 1 Kentaro Hara 2012-05-29 18:49:43 PDT
Created attachment 144672 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-30 17:13:45 PDT
Comment on attachment 144672 [details]
Patch

Clearing flags on attachment: 144672

Committed r119001: <http://trac.webkit.org/changeset/119001>
Comment 3 WebKit Review Bot 2012-05-30 17:13:49 PDT
All reviewed patches have been landed.  Closing bug.