Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for bug that crashes when operations are done on an empty map
This is a temporary fix for a crash that is caused when an operation is performed on a map in inconsistent state. This fix adds an empty check before these operations are called, preventing the bug from occurring but does not cure the root cause of the problem. Bug: 732232 Change-Id: Iae139ecbc441095ba4c2176bccf3a3b20faeb068 Component: Touch, GestureRecognizer, Events Reviewed-on: https://chromium-review.googlesource.com/675834 Reviewed-by: Timothy Dresser <tdresser@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#503646}
- Loading branch information