Index: third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp |
diff --git a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp |
index 04d0cda1855d14f6c4b32cee98ebf20c52a7165c..14793505e53a18251d9b940048c0f9a76d183316 100644 |
--- a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp |
+++ b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp |
@@ -69,8 +69,7 @@ void DOMPluginArray::refresh(bool reload) { |
return; |
Page::refreshPlugins(); |
if (reload) { |
- frame()->reload(FrameLoadTypeReloadMainResource, |
- ClientRedirectPolicy::ClientRedirect); |
+ frame()->reload(FrameLoadTypeReload, ClientRedirectPolicy::ClientRedirect); |
} |
} |