Index: content/browser/loader/resource_scheduler_filter.cc |
diff --git a/content/browser/loader/resource_scheduler_filter.cc b/content/browser/loader/resource_scheduler_filter.cc |
index 71719eec59014d0be0d9223a1da6d71aabbbbc0c..3d970572b7267245bb9c070f6de52bc51862190c 100644 |
--- a/content/browser/loader/resource_scheduler_filter.cc |
+++ b/content/browser/loader/resource_scheduler_filter.cc |
@@ -36,7 +36,7 @@ void ResourceSchedulerFilter::OnDidCommitProvisionalLoad( |
// propagate OnNavigate to the client associated with the OOPIF's RVH. This |
// should not result in show-stopping bugs, just poorer loading performance. |
if (ui::PageTransitionIsMainFrame(params.transition) && |
- !params.was_within_same_page) { |
+ !params.was_within_same_document) { |
scheduler->OnNavigate(child_id_, params.render_view_routing_id); |
} |
} |