Bug 109786

Summary: [V8] Remove GenerateEventListenerCallback() from CodeGeneratorV8.pm
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2013-02-13 23:02:48 PST
Some code is duplicated between GenerateEventListenerCallback() and GenerateFunctionCallback(). By inlining GenerateEventListenerCallback() into GenerateFunctionCallback(), we can remove the duplication.
Comment 1 Kentaro Hara 2013-02-13 23:04:06 PST
Created attachment 188265 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-14 16:19:31 PST
Comment on attachment 188265 [details]
Patch

Clearing flags on attachment: 188265

Committed r142934: <http://trac.webkit.org/changeset/142934>
Comment 3 WebKit Review Bot 2013-02-14 16:19:34 PST
All reviewed patches have been landed.  Closing bug.