Bug 123982 - [AX] Use toAccessibilityTable() instead of using manual static_cast<>
Summary: [AX] Use toAccessibilityTable() instead of using manual static_cast<>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-11-07 03:02 PST by Gyuyoung Kim
Modified: 2013-11-07 04:08 PST (History)
10 users (show)

See Also:


Attachments
Patch (12.43 KB, patch)
2013-11-07 03:03 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-11-07 03:02:10 PST
Though there is toAccessibilityTable(), static_cast<> are being used by many places. We need to use toAccessibilityTable().
Comment 1 Radar WebKit Bug Importer 2013-11-07 03:02:37 PST
<rdar://problem/15412760>
Comment 2 Gyuyoung Kim 2013-11-07 03:03:56 PST
Created attachment 216281 [details]
Patch
Comment 3 Mario Sanchez Prada 2013-11-07 03:43:04 PST
Comment on attachment 216281 [details]
Patch

That's correct. Thanks!
Comment 4 Mario Sanchez Prada 2013-11-07 03:44:47 PST
Comment on attachment 216281 [details]
Patch

Sorry I set the cq+ flag by mistake
Comment 5 WebKit Commit Bot 2013-11-07 04:08:41 PST
Comment on attachment 216281 [details]
Patch

Clearing flags on attachment: 216281

Committed r158843: <http://trac.webkit.org/changeset/158843>
Comment 6 WebKit Commit Bot 2013-11-07 04:08:44 PST
All reviewed patches have been landed.  Closing bug.