Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 3f3fc95b2746249c706aa21d461a94941860f697..fc3aac4e6abe6ebb300f75cbd0e73bf9de550c41 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1722,6 +1722,7 @@ void RenderViewHostImpl::UpdateFrameTree( |
int process_id, |
int route_id, |
const std::string& frame_tree) { |
+ DCHECK(false); |
frame_tree_ = frame_tree; |
Send(new ViewMsg_UpdateFrameTree(GetRoutingID(), |
process_id, |