Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 382083438293b2c0d8791448445638cda5e466cb..88be9885379fd4906d4462f5f88663895f40b327 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -79,6 +79,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; |