Bug 127817

Summary: Add WebDocumentLoader, a WebCore::DocumentLoader subclass
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Anders Carlsson 2014-01-28 16:25:32 PST
Add WebDocumentLoader, a WebCore::DocumentLoader subclass
Comment 1 Anders Carlsson 2014-01-28 16:28:10 PST
Created attachment 222530 [details]
Patch
Comment 2 Tim Horton 2014-01-28 16:30:37 PST
Comment on attachment 222530 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=222530&action=review

> Source/WebKit2/WebProcess/WebPage/WebDocumentLoader.cpp:44
> +    ASSERT(navigationID);
> +    ASSERT(!m_navigationID);
> +
> +    m_navigationID = navigationID;

why does it externally appear to be mutable if it is not?
Comment 3 Anders Carlsson 2014-01-28 16:35:03 PST
Committed r162981: <http://trac.webkit.org/changeset/162981>