forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
events: Introduce EventDispatchDetails.
Dispatching an event can end up destroying the event-target, or the event-dispatcher. So whenever an event is dispatched, look at the EventDispatchDetails to ensure that the dispatcher/target is still alive before doing anything with them. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/63743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233772 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
sadrul@chromium.org
committed
Nov 8, 2013
1 parent
cddbd5d
commit ddb5ec5
Showing
7 changed files
with
230 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.