| Index: Source/core/plugins/DOMMimeType.cpp
|
| diff --git a/Source/core/plugins/DOMMimeType.cpp b/Source/core/plugins/DOMMimeType.cpp
|
| index e246848b737a6bda28a4c65239dddc3e22fecf9c..4c8d65ed7476c3a1aaa61053d5d9e1bf4b28da52 100644
|
| --- a/Source/core/plugins/DOMMimeType.cpp
|
| +++ b/Source/core/plugins/DOMMimeType.cpp
|
| @@ -65,7 +65,7 @@ const String &DOMMimeType::description() const
|
|
|
| PassRefPtr<DOMPlugin> DOMMimeType::enabledPlugin() const
|
| {
|
| - if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader()->allowPlugins(NotAboutToInstantiatePlugin))
|
| + if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
|
| return 0;
|
|
|
| return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]);
|
|
|