From: alp@webkit.org Date: Wed, 5 Dec 2007 02:08:15 +0000 (+0000) Subject: 2007-12-04 Alp Toker X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=3cb3cce1889fa3d530668e1c3c86ee8adb9b5f4f;ds=sidebyside 2007-12-04 Alp Toker GTK+ build fix. * platform/PlugInInfoStore.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28431 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 49cae2c..dc78571 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2007-12-04 Alp Toker + + GTK+ build fix. + + * platform/PlugInInfoStore.h: + 2007-12-04 Kevin Decker Reviewed by Anders. diff --git a/WebCore/platform/PlugInInfoStore.h b/WebCore/platform/PlugInInfoStore.h index e91b43e..ac31aca 100644 --- a/WebCore/platform/PlugInInfoStore.h +++ b/WebCore/platform/PlugInInfoStore.h @@ -51,7 +51,7 @@ class PlugInInfoStore { 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); };