Bug 92613

Summary: Remove unnecessary code which set event's target from EventDispatcher::dispatchEvent
Product: WebKit Reporter: Hayato Ito <hayato>
Component: UI EventsAssignee: Hayato Ito <hayato>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita, shinyak, tasak, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91290, 92621    
Attachments:
Description Flags
remove unnecessary code none

Hayato Ito
Reported 2012-07-29 23:44:32 PDT
We don't need to set event's target at TARGET phase in EventDispatcher::dispatchEvent() because EventContext::handleLocalEvents() does that.
Attachments
remove unnecessary code (1.54 KB, patch)
2012-07-29 23:49 PDT, Hayato Ito
no flags
Hayato Ito
Comment 1 2012-07-29 23:49:29 PDT
Created attachment 155215 [details] remove unnecessary code
WebKit Review Bot
Comment 2 2012-07-30 02:46:04 PDT
Comment on attachment 155215 [details] remove unnecessary code Clearing flags on attachment: 155215 Committed r124009: <http://trac.webkit.org/changeset/124009>
WebKit Review Bot
Comment 3 2012-07-30 02:46:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.