Bug 27633 - AXLoadComplete can be fired off to frequently
Summary: AXLoadComplete can be fired off to frequently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 17:30 PDT by chris fleizach
Modified: 2009-07-23 17:35 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.63 KB, patch)
2009-07-23 17:32 PDT, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 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())
Comment 1 chris fleizach 2009-07-23 17:32:05 PDT
Created attachment 33396 [details]
patch
Comment 2 George Staikos 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.
Comment 3 George Staikos 2009-07-23 17:34:44 PDT
heh beat me to the r+ :)
Comment 4 chris fleizach 2009-07-23 17:35:53 PDT
http://trac.webkit.org/changeset/46301