webengine/osswebengine/WebCore/loader/ResourceLoader.cpp
branchRCL_3
changeset 47 e1bea15f9a39
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
46:30342f40acbf 47:e1bea15f9a39
    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         }