| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index e12b6dd3cec2f651dfae7785c3b20710624be5a9..69bfeb5b995340253ba783cb9b956ae475b4a5a2 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -389,14 +389,6 @@ bool HTMLPlugInElement::isImageType()
|
| return Image::supportsType(m_serviceType);
|
| }
|
|
|
| -const String HTMLPlugInElement::loadedMimeType() const
|
| -{
|
| - String mimeType = m_serviceType;
|
| - if (mimeType.isEmpty())
|
| - mimeType = mimeTypeFromURL(m_loadedUrl);
|
| - return mimeType;
|
| -}
|
| -
|
| RenderEmbeddedObject* HTMLPlugInElement::renderEmbeddedObject() const
|
| {
|
| // HTMLObjectElement and HTMLEmbedElement may return arbitrary renderers
|
|
|