Title: [229813] branches/safari-605-branch/Source/WebKitLegacy/mac
Revision
229813
Author
[email protected]
Date
2018-03-21 10:55:32 -0700 (Wed, 21 Mar 2018)

Log Message

Revert r229414. rdar://problem/38651634

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebKitLegacy/mac/ChangeLog (229812 => 229813)


--- branches/safari-605-branch/Source/WebKitLegacy/mac/ChangeLog	2018-03-21 17:52:44 UTC (rev 229812)
+++ branches/safari-605-branch/Source/WebKitLegacy/mac/ChangeLog	2018-03-21 17:55:32 UTC (rev 229813)
@@ -1,3 +1,7 @@
+2018-03-21  Jason Marcell  <[email protected]>
+
+        Revert r229414. rdar://problem/38651634
+
 2018-03-20  Jason Marcell  <[email protected]>
 
         Cherry-pick r229414. rdar://problem/38651634

Modified: branches/safari-605-branch/Source/WebKitLegacy/mac/WebCoreSupport/WebFrameNetworkingContext.mm (229812 => 229813)


--- branches/safari-605-branch/Source/WebKitLegacy/mac/WebCoreSupport/WebFrameNetworkingContext.mm	2018-03-21 17:52:44 UTC (rev 229812)
+++ branches/safari-605-branch/Source/WebKitLegacy/mac/WebCoreSupport/WebFrameNetworkingContext.mm	2018-03-21 17:55:32 UTC (rev 229813)
@@ -93,7 +93,7 @@
 NetworkStorageSession& WebFrameNetworkingContext::storageSession() const
 {
     ASSERT(isMainThread());
-    if (frame() && frame()->page() && frame()->page()->sessionID().isEphemeral()) {
+    if (frame() && frame()->page()->sessionID().isEphemeral()) {
         if (auto* session = NetworkStorageSession::storageSession(PAL::SessionID::legacyPrivateSessionID()))
             return *session;
         // Some requests may still be coming shortly before WebCore updates the session ID and after WebKit destroys the private browsing session.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to