Bug 123986 - [AX] Use toAccessibilityRenderObject() instead of using static_cast<>
Summary: [AX] Use toAccessibilityRenderObject() instead of using 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:25 PST by Gyuyoung Kim
Modified: 2013-11-07 04:27 PST (History)
9 users (show)

See Also:


Attachments
Patch (8.06 KB, patch)
2013-11-07 03:32 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:25:35 PST
Though there is toAccessibilityRenderObject(), static_cast<> are being used by many places. To use toAccessibilityRenderObject() is more helpful to find bad type cast.
Comment 1 Radar WebKit Bug Importer 2013-11-07 03:25:47 PST
<rdar://problem/15412855>
Comment 2 Gyuyoung Kim 2013-11-07 03:32:00 PST
Created attachment 216285 [details]
Patch
Comment 3 Mario Sanchez Prada 2013-11-07 03:44:02 PST
Comment on attachment 216285 [details]
Patch

Thanks
Comment 4 WebKit Commit Bot 2013-11-07 04:27:12 PST
Comment on attachment 216285 [details]
Patch

Clearing flags on attachment: 216285

Committed r158844: <http://trac.webkit.org/changeset/158844>
Comment 5 WebKit Commit Bot 2013-11-07 04:27:15 PST
All reviewed patches have been landed.  Closing bug.