| Index: content/browser/accessibility/browser_accessibility_win.h
|
| diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
|
| index 4de233bc69b728ffbded0a776b548add101fec05..8c8f45f93c3551d3eeb009e7ec834e513b489f14 100644
|
| --- a/content/browser/accessibility/browser_accessibility_win.h
|
| +++ b/content/browser/accessibility/browser_accessibility_win.h
|
| @@ -928,8 +928,10 @@ BrowserAccessibilityWin
|
| // |hyperlinks_|.
|
| std::map<int32_t, int32_t> hyperlink_offset_to_index;
|
|
|
| - // The id of a BrowserAccessibilityWin for each hyperlink.
|
| - // TODO(nektar): Replace object IDs with child indices.
|
| + // The unique id of a BrowserAccessibilityWin for each hyperlink.
|
| + // TODO(nektar): Replace object IDs with child indices if we decide that
|
| + // we are not implementing IA2 hyperlinks for anything other than IA2
|
| + // Hypertext.
|
| std::vector<int32_t> hyperlinks;
|
| };
|
|
|
|
|