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

Description Hayato Ito 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.
Comment 1 Hayato Ito 2012-07-29 23:49:29 PDT
Created attachment 155215 [details]
remove unnecessary code
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-07-30 02:46:08 PDT
All reviewed patches have been landed.  Closing bug.