Bug 27633

Summary: AXLoadComplete can be fired off to frequently
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: staikos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch darin: review+

chris fleizach
Reported 2009-07-23 17:30:37 PDT
looks like an integration left out some curly brackets around an if statement Document.cpp no brackets for if (f && renderer() && this == topDocument() && AXObjectCache::accessibilityEnabled())
Attachments
patch (1.63 KB, patch)
2009-07-23 17:32 PDT, chris fleizach
darin: review+
chris fleizach
Comment 1 2009-07-23 17:32:05 PDT
George Staikos
Comment 2 2009-07-23 17:34:06 PDT
Comment on attachment 33396 [details] patch A perfect example of why I strongly disagree with the braces "policy" that is being so strictly enforced.
George Staikos
Comment 3 2009-07-23 17:34:44 PDT
heh beat me to the r+ :)
chris fleizach
Comment 4 2009-07-23 17:35:53 PDT
Note You need to log in before you can comment on or make changes to this bug.