[Webkit-unassigned] [Bug 112418] FrameLoaderClient::assignIdentifierToInitialRequest() not called for the main resource when loaded from the memory cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 12:56:45 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112418


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #197215|review?                     |review+
               Flag|                            |




--- Comment #27 from Darin Adler <darin at apple.com>  2013-04-10 12:54:59 PST ---
(From update of attachment 197215)
View in context: https://bugs.webkit.org/attachment.cgi?id=197215&action=review

> Source/WebCore/loader/DocumentLoader.cpp:610
> +        addResponse(response);
>          frameLoader()->notifier()->dispatchDidReceiveResponse(this, m_identifierForLoadWithoutResourceLoader, m_response, 0);

A little strange to use response on one line and m_response on the next to refer to the same object.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list