Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index 87ced739c42c6d5eaa5c530c597dbfd6c0f15d5f..b94ab5a48f811a949febb4e8408f869338ec60ca 100644 |
--- a/Source/core/html/HTMLPlugInElement.cpp |
+++ b/Source/core/html/HTMLPlugInElement.cpp |
@@ -494,7 +494,7 @@ bool HTMLPlugInElement::pluginIsLoadable(const KURL& url, const String& mimeType |
return false; |
} |
- String declaredMimeType = document().isPluginDocument() && document().ownerElement() ? |
+ AtomicString declaredMimeType = document().isPluginDocument() && document().ownerElement() ? |
document().ownerElement()->fastGetAttribute(HTMLNames::typeAttr) : |
fastGetAttribute(HTMLNames::typeAttr); |
if (!document().contentSecurityPolicy()->allowObjectFromSource(url) |