Bug 42056 - AX converts AtomicStrings to .string() more than needed
Summary: AX converts AtomicStrings to .string() more than needed
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: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 00:39 PDT by chris fleizach
Modified: 2010-07-12 16:54 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.32 KB, patch)
2010-07-12 16:42 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 2010-07-12 00:39:06 PDT
lots of examples like

String ariaSelected = getAttribute(aria_selectedAttr).string();

when it's not needed
Comment 1 chris fleizach 2010-07-12 16:42:53 PDT
Created attachment 61291 [details]
Patch
Comment 2 chris fleizach 2010-07-12 16:54:02 PDT
http://trac.webkit.org/changeset/63139