| Index: webkit/support/webkit_support.cc
|
| diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
|
| index 77237ccb1c39106253663655e1735fb996a15d6f..f2ff347c232fac4ff5bbe5f19584e09802587a31 100644
|
| --- a/webkit/support/webkit_support.cc
|
| +++ b/webkit/support/webkit_support.cc
|
| @@ -176,7 +176,7 @@ WebPlugin* CreateWebPlugin(WebFrame* frame,
|
| std::string actual_mime_type;
|
| if (!NPAPI::PluginList::Singleton()->GetPluginInfo(
|
| params.url, params.mimeType.utf8(), kAllowWildcard, &info,
|
| - &actual_mime_type)) {
|
| + &actual_mime_type) || !info.enabled) {
|
| return NULL;
|
| }
|
|
|
|
|