Bug 92613 - Remove unnecessary code which set event's target from EventDispatcher::dispatchEvent
Summary: Remove unnecessary code which set event's target from EventDispatcher::dispat...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 91290 92621
  Show dependency treegraph
 
Reported: 2012-07-29 23:44 PDT by Hayato Ito
Modified: 2012-07-30 02:46 PDT (History)
6 users (show)

See Also:


Attachments
remove unnecessary code (1.54 KB, patch)
2012-07-29 23:49 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.