Title: [231594] releases/WebKitGTK/webkit-2.20/Source/WebKit
Revision
231594
Author
[email protected]
Date
2018-05-09 14:04:07 -0700 (Wed, 09 May 2018)

Log Message

Merge r231482 - Unreviewed. Add missing exit not included in r231298.

* WebProcess/WebProcess.cpp:
(WebKit::WebProcess::ensureWebToStorageProcessConnection):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (231593 => 231594)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-05-09 20:58:27 UTC (rev 231593)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-05-09 21:04:07 UTC (rev 231594)
@@ -1,5 +1,12 @@
 2018-05-07  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Add missing exit not included in r231298.
+
+        * WebProcess/WebProcess.cpp:
+        (WebKit::WebProcess::ensureWebToStorageProcessConnection):
+
+2018-05-07  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.20.2 release.
 
         * gtk/NEWS: Add release notes for 2.20.2.

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/WebProcess/WebProcess.cpp (231593 => 231594)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/WebProcess/WebProcess.cpp	2018-05-09 20:58:27 UTC (rev 231593)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/WebProcess/WebProcess.cpp	2018-05-09 21:04:07 UTC (rev 231594)
@@ -1211,6 +1211,7 @@
             // In this particular case, the storage process can be terminated by the UI process while the
             // connection is being done, so we always want to exit instead of crashing.
             // See https://bugs.webkit.org/show_bug.cgi?id=183348.
+            exit(0);
 #else
             CRASH();
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to