| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| index 3e5c1a1ed563ef805381f2775c915b7abcc256d5..2227e44c2c800c2cecacfa28caabf2b3e47e925c 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -869,7 +869,7 @@ ObjectContentType FrameLoaderClientImpl::getObjectContentType(
|
| }
|
|
|
| // If Chrome is started with the --disable-plugins switch, pluginData is 0.
|
| - PluginData* pluginData = m_webFrame->frame()->page()->pluginData();
|
| + PluginData* pluginData = m_webFrame->frame()->pluginData();
|
| bool plugInSupportsMIMEType = pluginData && pluginData->supportsMimeType(mimeType);
|
|
|
| if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType))
|
|
|