Bug 25428

Summary: 5 crashes in DumpRenderTree at com.apple.WebCore • -[AccessibilityObjectWrapper accessibilityAttributeValue:] + 830
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
fix crashing behavior in test bdakin: review+

Description chris fleizach 2009-04-27 12:23:25 PDT
When Nodes are changed, we have to mark the children dirty going up the parent chain. However, we cannot rely on there being accessibility objects at each level. Instead the render chain has to be consulted
Comment 1 chris fleizach 2009-04-27 12:26:03 PDT
Created attachment 29822 [details]
fix crashing behavior in test
Comment 2 Beth Dakin 2009-04-27 12:35:07 PDT
Comment on attachment 29822 [details]
fix crashing behavior in test

r=me
Comment 3 chris fleizach 2009-04-27 12:44:51 PDT
http://trac.webkit.org/changeset/42900