forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use DCHECKs to prevent recursive calls in AXObjectCacheImpl
Add DCHECKs to prevent recursion for ProcessDeferredAccessibilityEvents() and UpdateAXForAllDocuments(). By adding the DCHECK to ProcessDeferredAccessibilityEvents(), we prove that we can remove an early return that was added. Bug: None Change-Id: I53c3e500c0a98ea6e273cf887c511d9bc150c797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3970627 Reviewed-by: David Tseng <dtseng@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1063131}
- Loading branch information
1 parent
3a8cf5c
commit faed33f
Showing
2 changed files
with
8 additions
and
6 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
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