| Index: Source/modules/plugins/DOMPluginArray.cpp
|
| diff --git a/Source/modules/plugins/DOMPluginArray.cpp b/Source/modules/plugins/DOMPluginArray.cpp
|
| index 3470737a7d9907d76af73e8595a39c3431badb18..f9bb2512475b52404b1dbe23d1187edf6d431f7c 100644
|
| --- a/Source/modules/plugins/DOMPluginArray.cpp
|
| +++ b/Source/modules/plugins/DOMPluginArray.cpp
|
| @@ -76,7 +76,7 @@ void DOMPluginArray::refresh(bool reload)
|
| return;
|
| Page::refreshPlugins();
|
| if (reload)
|
| - m_frame->reload(NormalReload, ClientRedirect);
|
| + m_frame->reload(FrameLoadTypeReload, ClientRedirect);
|
| }
|
|
|
| PluginData* DOMPluginArray::pluginData() const
|
|
|