Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check nullptr before using in FireWinAccessibilityEvent
Previous codes can occur crash when calling GetRole() or GetBoolAttribute() if target is nullptr. This patch check null pointer before using it to prevent crash. BUG=NONE Change-Id: Ia65c0e0834bebf3be71caa991e65e721f4640e68 Reviewed-on: https://chromium-review.googlesource.com/587513 Reviewed-by: Dominic Mazzoni <[email protected]> Commit-Queue: Dominic Mazzoni <[email protected]> Cr-Commit-Position: refs/heads/master@{#489992}
- Loading branch information