RESOLVED FIXED 127817
Add WebDocumentLoader, a WebCore::DocumentLoader subclass
https://bugs.webkit.org/show_bug.cgi?id=127817
Summary Add WebDocumentLoader, a WebCore::DocumentLoader subclass
Anders Carlsson
Reported 2014-01-28 16:25:32 PST
Add WebDocumentLoader, a WebCore::DocumentLoader subclass
Attachments
Patch (11.20 KB, patch)
2014-01-28 16:28 PST, Anders Carlsson
thorton: review+
Anders Carlsson
Comment 1 2014-01-28 16:28:10 PST
Tim Horton
Comment 2 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?
Anders Carlsson
Comment 3 2014-01-28 16:35:03 PST
Note You need to log in before you can comment on or make changes to this bug.