[Webkit-unassigned] [Bug 27633] New: AXLoadComplete can be fired off to frequently
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 17:30:37 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27633
Summary: AXLoadComplete can be fired off to frequently
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cfleizach at apple.com
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())
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list