| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index e8a8038cacf386ca8ea24ee2b048485a4ad061bb..4fe06aff9f6699dc12d38d696e289afd8f04d565 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -610,7 +610,7 @@ void RenderFrameHostImpl::AccessibilitySetSelection(int anchor_object_id,
|
| int focus_object_id,
|
| int focus_offset) {
|
| Send(new AccessibilityMsg_SetSelection(routing_id_,
|
| - focus_object_id,
|
| + anchor_object_id,
|
| anchor_offset,
|
| focus_object_id,
|
| focus_offset));
|
|
|