webengine/osswebengine/WebCore/loader/ResourceLoader.cpp
branchRCL_3
changeset 93 79859ed3eea9
parent 92 e1bea15f9a39
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    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);
    95             if (!cancelled()) {
    97             if (!cancelled()) {
    96                 // Cancel pending synchronous request
    98                 // Cancel pending synchronous request
    97                 cancel();
    99                 cancel();
    98             }
   100             }
    99         }
   101         }