GTK+ build fix.
* platform/PlugInInfoStore.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28431
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-04 Alp Toker <alp@atoker.com>
+
+ GTK+ build fix.
+
+ * platform/PlugInInfoStore.h:
+
2007-12-04 Kevin Decker <kdecker@apple.com>
Reviewed by Anders.
public:
PluginInfo *createPluginInfoForPluginAtIndex(unsigned);
unsigned pluginCount() const;
- static String PlugInInfoStore::pluginNameForMIMEType(const String& mimeType);
+ static String pluginNameForMIMEType(const String& mimeType);
static bool supportsMIMEType(const String& mimeType);
};