Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 0beee58816209fb61d7fb0552c616a45c31934f7..91b30d15405f685b3d684a5af391d8b703286c99 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -126,7 +126,6 @@ private: |
}; |
DisplayState displayState() const { return m_displayState; } |
void setDisplayState(DisplayState state) { m_displayState = state; } |
- const String loadedMimeType() const; |
bool loadPlugin(const KURL&, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback, bool requireRenderer); |
bool pluginIsLoadable(const KURL&, const String& mimeType); |
bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType); |