[Webkit-unassigned] [Bug 118021] New: Remove many static_casts to Element types from AccessibilityNodeObject
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 25 20:58:32 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118021
Summary: Remove many static_casts to Element types from
AccessibilityNodeObject
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: koivisto at iki.fi, esprehn at chromium.org,
cfleizach at apple.com, benjamin at webkit.org,
akling at apple.com
Merge https://chromium.googlesource.com/chromium/blink/+/ecd837f94996a20fdb8798e24f26cf6edea2a423
Some of these casts were to overly specific types, like casting to HTMLFrameElementBase*
just to call getAttribute. In other cases we can cast to a more generic type like
HTMLTextFormControlElement to avoid the extra cases the code originally had.
--
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