webengine/osswebengine/WebCore/platform/network/symbian/DataConnection.cpp
branchRCL_3
changeset 37 ac77f89b1d9e
parent 25 0ed94ceaa377
child 47 e1bea15f9a39
--- a/webengine/osswebengine/WebCore/platform/network/symbian/DataConnection.cpp	Wed Mar 31 23:16:40 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/network/symbian/DataConnection.cpp	Wed Apr 14 17:06:56 2010 +0300
@@ -175,7 +175,11 @@
                               const WebCore::ResourceRequest& request,
                               const WebCore::ResourceResponse& response)
 {
-    __ASSERT_ALWAYS(EFalse, User::Panic(_L("Resource Loader"), KErrArgument));
+// This routine would implement the handling of a sisx file in   
+   //  <iframe src="data:x-epoc/x-sis-x;base64, ...."> type element    
+        // This is not yet implemented so the ASSERT below is commented out to prevent   
+        //   an assert crash.  
+        //  __ASSERT_ALWAYS(EFalse, User::Panic(_L("Resource Loader"), KErrArgument));  
 }
 
 TInt DataConnection::sendResponseCb(TAny* aPtr)