Bug 87807 - [V8] Replace v8::Null() with v8NullWithCheck(isolate) in custom bindings where isolate can be 0
Summary: [V8] Replace v8::Null() with v8NullWithCheck(isolate) in custom bindings wher...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 84074
  Show dependency treegraph
 
Reported: 2012-05-29 18:44 PDT by Kentaro Hara
Modified: 2012-05-30 17:13 PDT (History)
3 users (show)

See Also:


Attachments
Patch (30.08 KB, patch)
2012-05-29 18:49 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.