Bug 31309 - Avoid crashes in executeScript
Summary: Avoid crashes in executeScript
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-10 13:27 PST by Robin Dunn
Modified: 2009-11-10 15:36 PST (History)
1 user (show)

See Also:


Attachments
runscript.patch (2.04 KB, patch)
2009-11-10 13:27 PST, Robin Dunn
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2009-11-10 13:27:01 PST
Created attachment 42888 [details]
runscript.patch

This patch adds running of sanity checks before calling executeScript so that we'll assert or ignore the call rather than crash.
Comment 1 Kevin Ollivier 2009-11-10 15:36:03 PST
Landed in r50777, thanks!