Title: [212586] branches/safari-603-branch/Source/WebCore
Revision
212586
Author
matthew_han...@apple.com
Date
2017-02-17 15:39:18 -0800 (Fri, 17 Feb 2017)

Log Message

Roll out r212174 via r212501. rdar://problem/29904368

Modified Paths

Diff

Modified: branches/safari-603-branch/Source/WebCore/ChangeLog (212585 => 212586)


--- branches/safari-603-branch/Source/WebCore/ChangeLog	2017-02-17 23:39:15 UTC (rev 212585)
+++ branches/safari-603-branch/Source/WebCore/ChangeLog	2017-02-17 23:39:18 UTC (rev 212586)
@@ -1,3 +1,7 @@
+2017-02-17  Matthew Hanson  <matthew_han...@apple.com>
+
+        Rollout r212501. rdar://problem/29904368
+
 2017-02-16  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r212513. rdar://problem/30301317

Modified: branches/safari-603-branch/Source/WebCore/dom/Document.cpp (212585 => 212586)


--- branches/safari-603-branch/Source/WebCore/dom/Document.cpp	2017-02-17 23:39:15 UTC (rev 212585)
+++ branches/safari-603-branch/Source/WebCore/dom/Document.cpp	2017-02-17 23:39:18 UTC (rev 212586)
@@ -2223,8 +2223,8 @@
 
 void Document::detachFromCachedFrame(CachedFrameBase& cachedFrame)
 {
-    ASSERT_UNUSED(cachedFrame, cachedFrame.view());
     ASSERT_WITH_SECURITY_IMPLICATION(cachedFrame.document() == this);
+    ASSERT(cachedFrame.view());
     ASSERT(m_frame == &cachedFrame.view()->frame());
     ASSERT(m_pageCacheState == Document::InPageCache);
     detachFromFrame();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to