<rdar://problem/9328684> and https://bugs.webkit.org/show_bug.cgi?id=62764 Frequent...
authorbeidson@apple.com <beidson@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 21 Jan 2012 00:45:19 +0000 (00:45 +0000)
committerbeidson@apple.com <beidson@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 21 Jan 2012 00:45:19 +0000 (00:45 +0000)
commit200773b84f3411d64368e79da928a279e456726b
tree911b7d31438bde24206c74d28962014e5905e95c
parent4fc7ac69bb4fba1766e0de0558e6d8d66e521010
<rdar://problem/9328684> and https://bugs.webkit.org/show_bug.cgi?id=62764 Frequent crashes due to null frame below ApplicationCacheHost::scheduleLoadFallbackResourceFromApplicationCache

Reviewed by Sam Weinig.

No way to reproduce without special malloc debugging and that doesn't even reproduce on all platforms.  So still no test.

* loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::detachFromFrame): Protect m_frame for the duration of this method.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105556 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog [changed mode: 0755->0644]
Source/WebCore/loader/DocumentLoader.cpp