webengine/osswebengine/WebCore/platform/network/symbian/ResolvedConnection.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- a/webengine/osswebengine/WebCore/platform/network/symbian/ResolvedConnection.cpp	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/network/symbian/ResolvedConnection.cpp	Tue Aug 31 16:17:46 2010 +0300
@@ -20,7 +20,7 @@
 #include "ResolvedConnection.h"
 #include "ResourceRequest.h"
 
-#include "Brctl.h"
+#include "BrCtl.h"
 #include "WebFrame.h"
 
 // EXTERNAL DATA STRUCTURES
@@ -82,9 +82,7 @@
 
 void ResolvedConnection::cancel()
 {
-	  if(m_frame) {
-        control(m_frame)->brCtlLinkResolver()->CancelAll();
-    }
+    control(m_frame)->brCtlLinkResolver()->CancelAll();
 }
 
 void ResolvedConnection::download(ResourceHandle* handle,