⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 155463 in webkit


Ignore:
Timestamp:
Sep 10, 2013, 12:19:47 PM (13 years ago)
Author:
Chris Fleizach
Message:

AX: Expose DOM ID and ClassList to AX APIs for automation and AT element hashes
https://bugs.webkit.org/show_bug.cgi?id=120552

Unreviewed build fix.

  • DumpRenderTree/win/AccessibilityUIElementWin.cpp:

(AccessibilityUIElement::classList):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r155458 r155463  
     12013-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
    1112013-09-10  Chris Fleizach  <cfleizach@apple.com>
    212
  • trunk/Tools/DumpRenderTree/win/AccessibilityUIElementWin.cpp

    r155458 r155463  
    835835}
    836836
    837 JSStringRef AccessibilityUIElement::classList()
    838 {
    839     // FIXME: implement
    840     return 0;
    841 }
     837JSStringRef AccessibilityUIElement::classList() const
     838{
     839    // FIXME: implement
     840    return 0;
     841}
Note: See TracChangeset for help on using the changeset viewer.