Bug 33811

Summary: Removed unnecessary use of scriptExecutionContext() when creating a JS event listener.
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 33813    
Attachments:
Description Flags
Patch darin: review+

Description Geoffrey Garen 2010-01-18 13:47:50 PST
Removed unnecessary use of scriptExecutionContext() when creating a JS event listener.
Comment 1 Geoffrey Garen 2010-01-18 13:48:03 PST
Created attachment 46842 [details]
Patch
Comment 2 Geoffrey Garen 2010-01-18 14:12:26 PST
Committed r53430: <http://trac.webkit.org/changeset/53430>