DescriptionFix a stack overflow crash in the accessibility code in the renderer. The crash occurs in the
RendererAccessibility::PostAccessibilityNotification function while processing the WebAccessibilityNotificationLayoutComplete
notification from webkit. This function recursively calls itself with the WebAccessibilityNotificationLayoutComplete
notification leading to infinite recursion.
Fix is to check whether the incoming notification is WebAccessibilityNotificationLayoutComplete before the recursive
call.
BUG=none
TEST=chrome frame tests should pass on the IE6 builder.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114573
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Messages
Total messages: 5 (0 generated)
|