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