[webkit-reviews] review granted: [Bug 26496] iframe isn't loaded until xmlhttprequest in parent completes : [Attachment 32587] Now as a patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 15:59:47 PDT 2009


Antti Koivisto <koivisto at iki.fi> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 26496: iframe isn't loaded until xmlhttprequest in parent completes
https://bugs.webkit.org/show_bug.cgi?id=26496

Attachment 32587: Now as a patch
https://bugs.webkit.org/attachment.cgi?id=32587&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
> +    if (m_didTellLoaderAboutRequest) {
> +	       cache()->loader()->nonCacheRequestComplete(m_url);
> +	       m_didTellLoaderAboutRequest = false;
> +    }

Double indentation here.

r=me


More information about the webkit-reviews mailing list