DescriptionCheck RendererAccessibility mode instead of WebKit accessibilityEnabled.
We were hitting an assertion failure that indicated that WebKit accessibility
was enabled, but RendererAccessibility's mode was that accessibility is off.
Note that WebKit accessibility is a global flag, once enabled, it is never
turned off. This could happen if a new RenderViewImpl is created in the
same process where WebKit accessibility was previously enabled, but the
newly-created RendererAccessibility mode is off.
The fix is to never call handle accessibility notifications if
RendererAccessibility's mode is off, regardless of WebKit's accessibility
notification flag.
BUG=123649
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133489
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|