Changeset 20436 in webkit


Ignore:
Timestamp:
Mar 23, 2007 8:08:24 AM (17 years ago)
Author:
spadma
Message:

2007-03-20 spadma <sachin.padma@nokia.com>

Reviewed by Yongjun.
DESC: Browser closes when clicked RSS20 feed icons on motime web
http://bugs.webkit.org/show_bug.cgi?id=13131
TSW ID: AKKO-6Z3AM2


  • ResourceLoader/src/DefaultContentHandler.cpp: (CDefaultContentHandler::HandleError):
Location:
S60/branches/3.1m/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • S60/branches/3.1m/WebKit/ChangeLog

    r20433 r20436  
     12007-03-20  spadma  <sachin.padma@nokia.com>
     2
     3        Reviewed by Yongjun.
     4        DESC: Browser closes when clicked RSS20 feed icons on motime web
     5        http://bugs.webkit.org/show_bug.cgi?id=13131
     6        TSW ID: AKKO-6Z3AM2
     7       
     8        * ResourceLoader/src/DefaultContentHandler.cpp:
     9        (CDefaultContentHandler::HandleError):
     10
    1112007-03-20  sareen 
    212
  • S60/branches/3.1m/WebKit/ResourceLoader/src/DefaultContentHandler.cpp

    r20032 r20436  
    399399    TInt /*aError*/ )
    400400    {
    401     // should not reach this
    402     if( !iDownloadContent && !iIgnore )
    403         {
    404         // close the content file
    405         TRAP_IGNORE( iContentFile->CloseL() );
    406         delete iContentFile;
    407         iContentFile = NULL;
    408         }
     401    //Complete should be called and cleanup occurs there.
    409402    }
    410403
Note: See TracChangeset for help on using the changeset viewer.