Changeset 155463 in webkit
- Timestamp:
- Sep 10, 2013, 12:19:47 PM (13 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
DumpRenderTree/win/AccessibilityUIElementWin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r155458 r155463 1 2013-09-10 Chris Fleizach <cfleizach@apple.com> 2 3 AX: Expose DOM ID and ClassList to AX APIs for automation and AT element hashes 4 https://bugs.webkit.org/show_bug.cgi?id=120552 5 6 Unreviewed build fix. 7 8 * DumpRenderTree/win/AccessibilityUIElementWin.cpp: 9 (AccessibilityUIElement::classList): 10 1 11 2013-09-10 Chris Fleizach <cfleizach@apple.com> 2 12 -
trunk/Tools/DumpRenderTree/win/AccessibilityUIElementWin.cpp
r155458 r155463 835 835 } 836 836 837 JSStringRef AccessibilityUIElement::classList() 838 { 839 // FIXME: implement 840 return 0; 841 } 837 JSStringRef AccessibilityUIElement::classList() const 838 { 839 // FIXME: implement 840 return 0; 841 }
Note:
See TracChangeset
for help on using the changeset viewer.