summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/MimeType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/MimeType.h')
-rw-r--r--WebCore/plugins/MimeType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/plugins/MimeType.h b/WebCore/plugins/MimeType.h
index 33a7fa0..c91e0a3 100644
--- a/WebCore/plugins/MimeType.h
+++ b/WebCore/plugins/MimeType.h
@@ -37,7 +37,7 @@ namespace WebCore {
~MimeType();
const String &type() const;
- const String &suffixes() const;
+ String suffixes() const;
const String &description() const;
PassRefPtr<Plugin> enabledPlugin() const;