| 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 af2f25ea772cb1cd3164bd62df31f95f629ca097..e4f174e0a9bf2b8ada160b9f94fc5e0e178f226c 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -1051,6 +1051,7 @@ void RenderFrameHostImpl::OnUpdateTitle(
|
| int32 page_id,
|
| const base::string16& title,
|
| blink::WebTextDirection title_direction) {
|
| + CHECK_EQ(render_view_host_->page_id_, page_id);
|
| // This message is only sent for top-level frames. TODO(avi): when frame tree
|
| // mirroring works correctly, add a check here to enforce it.
|
| if (title.length() > kMaxTitleChars) {
|
|
|