Changeset 33568 in webkit
- Timestamp:
- May 18, 2008, 8:58:08 PM (17 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r33567 r33568 1 2008-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 1 9 2008-05-18 Darin Adler <darin@apple.com> 2 10 -
trunk/WebCore/page/AccessibilityObject.h
r33510 r33568 273 273 virtual Widget* widget() const; 274 274 virtual Widget* widgetForAttachmentView() const; 275 v oid getDocumentLinks(Vector< RefPtr<AccessibilityObject> >&) const;275 virtual void getDocumentLinks(Vector< RefPtr<AccessibilityObject> >&) const; 276 276 virtual Document* document() const { return 0; } 277 277 virtual FrameView* topDocumentFrameView() const { return 0; }
Note:
See TracChangeset
for help on using the changeset viewer.