Title: [231482] trunk/Source/WebKit
- Revision
- 231482
- Author
- [email protected]
- Date
- 2018-05-07 23:09:06 -0700 (Mon, 07 May 2018)
Log Message
Unreviewed. Add missing exit not included in r231298.
* WebProcess/WebProcess.cpp:
(WebKit::WebProcess::ensureWebToStorageProcessConnection):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (231481 => 231482)
--- trunk/Source/WebKit/ChangeLog 2018-05-08 06:05:46 UTC (rev 231481)
+++ trunk/Source/WebKit/ChangeLog 2018-05-08 06:09:06 UTC (rev 231482)
@@ -1,3 +1,10 @@
+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 Daniel Bates <[email protected]>
Check X-Frame-Options and CSP frame-ancestors in network process
Modified: trunk/Source/WebKit/WebProcess/WebProcess.cpp (231481 => 231482)
--- trunk/Source/WebKit/WebProcess/WebProcess.cpp 2018-05-08 06:05:46 UTC (rev 231481)
+++ trunk/Source/WebKit/WebProcess/WebProcess.cpp 2018-05-08 06:09:06 UTC (rev 231482)
@@ -1198,6 +1198,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