Changeset 33568 in webkit


Ignore:
Timestamp:
May 18, 2008 8:58:08 PM (16 years ago)
Author:
Chris Fleizach
Message:

<rdar://problem/5942076> WebKit can no longer find URL links with VoiceOVer-U command (19100)

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r33567 r33568  
     12008-05-18  Chris Fleizach  <cfleizach@apple.com>
     2
     3        Reviewed by Darin Adler
     4
     5        <rdar://problem/5942076> WebKit can no longer find URL links with VoiceOVer-U command (19100)
     6
     7        * page/AccessibilityObject.h:
     8
    192008-05-18  Darin Adler  <darin@apple.com>
    210
  • trunk/WebCore/page/AccessibilityObject.h

    r33510 r33568  
    273273    virtual Widget* widget() const;
    274274    virtual Widget* widgetForAttachmentView() const;
    275     void getDocumentLinks(Vector< RefPtr<AccessibilityObject> >&) const;
     275    virtual void getDocumentLinks(Vector< RefPtr<AccessibilityObject> >&) const;
    276276    virtual Document* document() const { return 0; }
    277277    virtual FrameView* topDocumentFrameView() const { return 0; }
Note: See TracChangeset for help on using the changeset viewer.