| Index: content/renderer/presentation/presentation_dispatcher.cc
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.cc b/content/renderer/presentation/presentation_dispatcher.cc
|
| index e1fc44ab90cab04bcc5485ebe1b24ae5c7e4c944..5c1e969ee2a202abf3d94b54efc9a56ed1d53a68 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.cc
|
| +++ b/content/renderer/presentation/presentation_dispatcher.cc
|
| @@ -389,10 +389,10 @@ void PresentationDispatcher::setReceiver(
|
|
|
| void PresentationDispatcher::DidCommitProvisionalLoad(
|
| bool is_new_navigation,
|
| - bool is_same_page_navigation) {
|
| + bool is_same_document_navigation) {
|
| blink::WebFrame* frame = render_frame()->GetWebFrame();
|
| // If not top-level navigation.
|
| - if (frame->parent() || is_same_page_navigation)
|
| + if (frame->parent() || is_same_document_navigation)
|
| return;
|
|
|
| // Remove all pending send message requests.
|
|
|