Chromium Code Reviews| 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 585fb225282f1448ba825bd80d6f1509fe1bc9d8..a614c7ec79e2391987b3269e678c7022f63dae66 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.cc |
| +++ b/content/browser/frame_host/render_frame_host_impl.cc |
| @@ -1002,6 +1002,7 @@ void RenderFrameHostImpl::OnUpdateTitle( |
| int32 page_id, |
| const base::string16& title, |
| blink::WebTextDirection title_direction) { |
| + CHECK_EQ(render_view_host_->page_id_, page_id); |
|
Charlie Reis
2014/09/26 19:30:11
This is the one we haven't seen crash, right? Hop
Avi (use Gerrit)
2014/09/26 19:58:18
Yep, exactly. I'm tired of instrumenting it up whe
|
| // 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) { |