webengine/osswebengine/WebCore/loader/ResourceLoader.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    89     // has been deallocated and also to avoid reentering this method.
    89     // has been deallocated and also to avoid reentering this method.
    90     RefPtr<ResourceLoader> protector(this);
    90     RefPtr<ResourceLoader> protector(this);
    91 
    91 
    92     if (m_frame) {
    92     if (m_frame) {
    93 #if PLATFORM(SYMBIAN)
    93 #if PLATFORM(SYMBIAN)
    94         if (control(m_frame.get())->webView()->isSynchRequestPending()) {
    94         if (control(m_frame.get())->webView()->isSynchRequestPending()) {                      
    95             // Reset synchronous request status for new frame   
       
    96             control(m_frame.get())->webView()->synchRequestPending(false);
       
    97             if (!cancelled()) {
    95             if (!cancelled()) {
    98                 // Cancel pending synchronous request
    96                 // Cancel pending synchronous request
    99                 cancel();
    97                 cancel();
   100             }
    98             }
   101         }
    99         }