summaryrefslogtreecommitdiffstats
path: root/WebKit/efl/ewk/ewk_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/efl/ewk/ewk_main.cpp')
-rw-r--r--WebKit/efl/ewk/ewk_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/efl/ewk/ewk_main.cpp b/WebKit/efl/ewk/ewk_main.cpp
index 5742766..1cd5e42 100644
--- a/WebKit/efl/ewk/ewk_main.cpp
+++ b/WebKit/efl/ewk/ewk_main.cpp
@@ -125,6 +125,7 @@ int ewk_init(void)
if (1) {
SoupSession* session = WebCore::ResourceHandle::defaultSession();
soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_SNIFFER);
+ soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
}
#endif