Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 186314556e8b94f7a261c118a30881c6d33c2e84..232bb4b7c9b70cad1cce26135a16856547c5d1da 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -85,6 +85,8 @@ protected: |
bool requestObject(const String& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues); |
bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback); |
+ void dispatchErrorEvent(); |
+ |
String m_serviceType; |
String m_url; |
KURL m_loadedUrl; |