| 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 3855d7ee223446aa05e556519fe12961131e149a..20a458ba9208125ae6eef2d014343d149456bac4 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -2208,7 +2208,7 @@ void RenderFrameHostImpl::DispatchBeforeUnload(bool for_navigation,
|
| this, "&RenderFrameHostImpl", (void*)this);
|
|
|
| // This may be called more than once (if the user clicks the tab close button
|
| - // several times, or if she clicks the tab close button then the browser close
|
| + // several times, or if they click the tab close button then the browser close
|
| // button), and we only send the message once.
|
| if (is_waiting_for_beforeunload_ack_) {
|
| // Some of our close messages could be for the tab, others for cross-site
|
|
|