[webkit-reviews] review granted: [Bug 109971] Hide MainResourceLoader from the outside world : [Attachment 193195] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 15 10:30:54 PDT 2013


Adam Barth <abarth at webkit.org> has granted Nate Chapin <japhet at chromium.org>'s
request for review:
Bug 109971: Hide MainResourceLoader from the outside world
https://bugs.webkit.org/show_bug.cgi?id=109971

Attachment 193195: patch
https://bugs.webkit.org/attachment.cgi?id=193195&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=193195&action=review


> Source/WebCore/loader/DocumentLoader.cpp:126
> +ResourceLoader* DocumentLoader::mainResourceLoader() const
> +{
> +    return m_mainResourceLoader ? m_mainResourceLoader->loader() : 0;
> +}

Nate tells me this slight nuttiness is going to be short-lived.


More information about the webkit-reviews mailing list