Title: [89728] branches/safari-534-branch/Source/WebCore
Revision
89728
Author
[email protected]
Date
2011-06-24 19:14:56 -0700 (Fri, 24 Jun 2011)

Log Message

Merge 89714.

Modified Paths


Diff

Modified: branches/safari-534-branch/Source/WebCore/ChangeLog (89727 => 89728)


--- branches/safari-534-branch/Source/WebCore/ChangeLog	2011-06-25 02:12:10 UTC (rev 89727)
+++ branches/safari-534-branch/Source/WebCore/ChangeLog	2011-06-25 02:14:56 UTC (rev 89728)
@@ -1,3 +1,19 @@
+2011-06-24  Lucas Forschler  <[email protected]>
+
+    Merged 89714.
+
+    2011-06-24  Alexey Proskuryakov  <[email protected]>
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        REGRESSION (r88984): Infinite recursion in DocumentLoader::detachFromFrame/stopLoading
+
+        No new tests, as there is no known way to reproduce this (but we'll keep investigating, as
+        the rollout will re-introduce the older less frequent crash).
+
+        * loader/DocumentLoader.cpp: (WebCore::DocumentLoader::detachFromFrame): Rollout the fix
+        for bug 62764.
+
 2011-06-14  Lucas Forschler  <[email protected]>
 
     Rolled out 89080.

Modified: branches/safari-534-branch/Source/WebCore/loader/DocumentLoader.cpp (89727 => 89728)


--- branches/safari-534-branch/Source/WebCore/loader/DocumentLoader.cpp	2011-06-25 02:12:10 UTC (rev 89727)
+++ branches/safari-534-branch/Source/WebCore/loader/DocumentLoader.cpp	2011-06-25 02:14:56 UTC (rev 89728)
@@ -400,10 +400,6 @@
 {
     ASSERT(m_frame);
 
-    // It never makes sense to have a document loader that is detached from its
-    // frame have any loads active, so go ahead and kill all the loads.
-    stopLoading();
-
 #if ENABLE(OFFLINE_WEB_APPLICATIONS)
     m_applicationCacheHost->setDOMApplicationCache(0);
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to