[webkit-dev] Early deletion of DocumentLoader instances

Adam Barth abarth at webkit.org
Thu Sep 22 15:21:38 PDT 2011


On Thu, Sep 22, 2011 at 3:07 PM, Darin Adler <darin at apple.com> wrote:
> On Sep 22, 2011, at 11:07 AM, Steve Block wrote:
>
>> This change is causing problems on Android. We use the
>> AllowLocalLoadsForLocalAndSubstituteData policy but
>> Document::initSecurityContext() no longer calls
>> securityOrigin().grantLoadLocalResources() because of the check for
>> 'm_frame->document() == this' added by this change in
>> DocumentLoader::loader().
>
> I tried to look into this, but couldn’t find a function named DocumentLoader::loader.

Maybe he means Document::loader?

http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.h#L583

Adam


More information about the webkit-dev mailing list