Title: [261560] trunk/Source/WebKit
- Revision
- 261560
- Author
- [email protected]
- Date
- 2020-05-12 10:12:33 -0700 (Tue, 12 May 2020)
Log Message
Unreviewed crash fix.
Use correct global name for icon service in RELEASE_ASSERT.
* WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::didChooseFilesForOpenPanelWithDisplayStringAndIcon):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (261559 => 261560)
--- trunk/Source/WebKit/ChangeLog 2020-05-12 17:05:16 UTC (rev 261559)
+++ trunk/Source/WebKit/ChangeLog 2020-05-12 17:12:33 UTC (rev 261560)
@@ -1,3 +1,12 @@
+2020-05-12 Per Arne Vollan <[email protected]>
+
+ Unreviewed crash fix.
+
+ Use correct global name for icon service in RELEASE_ASSERT.
+
+ * WebProcess/WebPage/WebPage.cpp:
+ (WebKit::WebPage::didChooseFilesForOpenPanelWithDisplayStringAndIcon):
+
2020-05-12 Youenn Fablet <[email protected]>
Allow WebAudioBufferList to dynamically change its number of frames
Modified: trunk/Source/WebKit/WebProcess/WebPage/WebPage.cpp (261559 => 261560)
--- trunk/Source/WebKit/WebProcess/WebPage/WebPage.cpp 2020-05-12 17:05:16 UTC (rev 261559)
+++ trunk/Source/WebKit/WebProcess/WebPage/WebPage.cpp 2020-05-12 17:12:33 UTC (rev 261560)
@@ -4236,7 +4236,7 @@
}
RELEASE_ASSERT(!sandbox_check(getpid(), "mach-lookup", static_cast<enum sandbox_filter_type>(SANDBOX_FILTER_GLOBAL_NAME | SANDBOX_CHECK_NO_REPORT), "com.apple.frontboard.systemappservices"));
- RELEASE_ASSERT(!sandbox_check(getpid(), "mach-lookup", static_cast<enum sandbox_filter_type>(SANDBOX_FILTER_GLOBAL_NAME | SANDBOX_CHECK_NO_REPORT), "com.apple.frontboard.iconservices"));
+ RELEASE_ASSERT(!sandbox_check(getpid(), "mach-lookup", static_cast<enum sandbox_filter_type>(SANDBOX_FILTER_GLOBAL_NAME | SANDBOX_CHECK_NO_REPORT), "com.apple.iconservices"));
RefPtr<Icon> icon;
if (!iconData.isEmpty()) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes