Bug 107244 - [V8] Replace createInjectedHostWrapper() with toV8()
Summary: [V8] Replace createInjectedHostWrapper() with toV8()
Status: RESOLVED WONTFIX
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:
 
Reported: 2013-01-18 02:00 PST by Kentaro Hara
Modified: 2013-05-02 11:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.23 KB, patch)
2013-01-18 02:01 PST, Kentaro Hara
abarth: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2013-01-18 02:00:46 PST
We can remove manually written createInjectedHostWrapper(). This is one of steps to avoiding ASSERT()s that will be added in https://bugs.webkit.org/show_bug.cgi?id=107137 .
Comment 1 Kentaro Hara 2013-01-18 02:01:51 PST
Created attachment 183408 [details]
Patch
Comment 2 Adam Barth 2013-01-18 11:02:07 PST
Comment on attachment 183408 [details]
Patch

Looks like this causes many inspector tests to crash.
Comment 3 Anders Carlsson 2013-05-02 11:37:15 PDT
V8 is gone from WebKit.