summaryrefslogtreecommitdiffstats
path: root/webkit/port/bridge/PluginsWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/bridge/PluginsWin.cpp')
-rw-r--r--webkit/port/bridge/PluginsWin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/port/bridge/PluginsWin.cpp b/webkit/port/bridge/PluginsWin.cpp
index b310b36..f1f837d 100644
--- a/webkit/port/bridge/PluginsWin.cpp
+++ b/webkit/port/bridge/PluginsWin.cpp
@@ -109,7 +109,7 @@ bool PluginInfoStore::supportsMIMEType(const WebCore::String &mime_type)
for (size_t i = 0; i < g_plugins.size(); ++i) {
for (size_t j = 0; j < g_plugins[i].mime_types.size(); ++j) {
- if (mime_util::MatchesMimeType(
+ if (net::MatchesMimeType(
g_plugins[i].mime_types[j].mime_type,
WideToNativeMB(converted_mime_type))) {
// Don't allow wildcard matches here as this will result in