Show
Ignore:
Timestamp:
08/04/08 12:23:14 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Concretizations/Network/Soup/BCResourceHandleSoup.cpp

    r243 r429  
    22 * Copyright (C) 2008 Alp Toker <alp@atoker.com> 
    33 * Copyright (C) 2008 Xan Lopez <xan@gnome.org> 
     4 * Copyright (C) 2008 Collabora Ltd. 
    45 * 
    56 * This library is free software; you can redistribute it and/or 
     
    413414    ResourceHandle* handle = static_cast<ResourceHandle*>(data); 
    414415    ResourceHandleInternal* d = handle->getInternal(); 
     416    ResourceHandleClient* client = handle->client(); 
    415417 
    416418    g_input_stream_close_finish(d->m_input_stream, res, NULL); 
    417419    cleanupGioOperation(handle); 
     420    client->didFinishLoading(handle); 
    418421} 
    419422 
     
    439442        return; 
    440443    } else if (!nread) { 
    441         client->didFinishLoading(handle); 
    442444        g_input_stream_close_async(d->m_input_stream, G_PRIORITY_DEFAULT, 
    443445                                   NULL, closeCallback, handle);