diff -r 9a9a761f03f1 -r 0ed94ceaa377 webengine/osswebengine/WebKit/s60/webview/WebPolicyManager.cpp --- 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