Bug 31309

Summary: Avoid crashes in executeScript
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
runscript.patch kevino: review+, kevino: commit-queue-

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!