Bug 26512 - V8 Bindings: return proper state from the script stack
Summary: V8 Bindings: return proper state from the script stack
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 07:04 PDT by Pavel Feldman
Modified: 2009-06-19 08:48 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.96 KB, patch)
2009-06-18 07:06 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff
patch (1.91 KB, patch)
2009-06-18 07:22 PDT, Pavel Feldman
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2009-06-18 07:04:13 PDT
V8 Bindings: return proper state from the script stack.
Comment 1 Pavel Feldman 2009-06-18 07:06:25 PDT
Created attachment 31495 [details]
patch
Comment 2 Pavel Feldman 2009-06-18 07:22:05 PDT
Created attachment 31496 [details]
patch

Used OwnPtr instead of const_cast.
Comment 3 Dimitri Glazkov (Google) 2009-06-19 08:48:11 PDT
Landed as http://trac.webkit.org/changeset/44855.