webengine/osswebengine/WebKit/s60/webview/WebPolicyManager.cpp
changeset 25 0ed94ceaa377
parent 11 c8a366e56285
child 27 6297cdf66332
--- a/webengine/osswebengine/WebKit/s60/webview/WebPolicyManager.cpp	Tue Nov 24 09:02:20 2009 +0200
+++ b/webengine/osswebengine/WebKit/s60/webview/WebPolicyManager.cpp	Thu Dec 17 09:20:16 2009 +0200
@@ -37,7 +37,6 @@
 
 // CONSTANTS
 const char* typeTextHtml = "text/html";
-const char* typeTextXml = "text/xml";
 const char* typeApplicationXhtml = "application/xhtml+xml";
 const char* typeTextPlain = "text/plain";
 const char* typeApplicationWapXhtml = "application/vnd.wap.xhtml+xml";
@@ -161,8 +160,7 @@
     if (MIMEType == typeTextHtml ||
         MIMEType == typeApplicationXhtml ||
         MIMEType == typeApplicationWapXhtml ||
-        MIMEType == typeMultipartMixed || 
-        MIMEType == typeTextXml) {
+        MIMEType == typeMultipartMixed) {
         found = true;
     }
     //Check if the image type can be handled by the browser. If not