summaryrefslogtreecommitdiff
path: root/content/content_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_factory.h')
-rw-r--r--content/content_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_factory.h b/content/content_factory.h
index aff7a64ac..f6ea3ce49 100644
--- a/content/content_factory.h
+++ b/content/content_factory.h
@@ -39,6 +39,6 @@ nserror content_factory_register_handler(lwc_string *mime_type,
struct content *content_factory_create_content(struct llcache_handle *llcache,
const char *fallback_charset, bool quirks);
-content_type content_factory_type_from_mime_type(const char *mime_type);
+content_type content_factory_type_from_mime_type(lwc_string *mime_type);
#endif