| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index d1028321fb23aa75d0ba798b002c433cefa0e0bf..cde57a859cdcdc7988fd99d701bf3571e05cf17c 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -619,7 +619,7 @@
|
| if (!settings)
|
| return false;
|
|
|
| - if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType))
|
| + if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType) && !settings->javaEnabled())
|
| return false;
|
|
|
| if (document().isSandboxed(SandboxPlugins))
|
|
|