| Index: content/browser/plugin_content_origin_whitelist.cc
|
| diff --git a/content/browser/plugin_content_origin_whitelist.cc b/content/browser/plugin_content_origin_whitelist.cc
|
| index 800caa2e0403f1165003db1366eae5b5d2532698..127e977ceed0d3882121643bb8bd66b790d97c1e 100644
|
| --- a/content/browser/plugin_content_origin_whitelist.cc
|
| +++ b/content/browser/plugin_content_origin_whitelist.cc
|
| @@ -44,7 +44,7 @@ void PluginContentOriginWhitelist::DidFinishNavigation(
|
| NavigationHandle* navigation_handle) {
|
| if (!navigation_handle->IsInMainFrame() ||
|
| !navigation_handle->HasCommitted() ||
|
| - navigation_handle->IsSamePage()) {
|
| + navigation_handle->IsSameDocument()) {
|
| return;
|
| }
|
|
|
|
|