Title: [290509] trunk/Source/WebKit
Revision
290509
Author
pvol...@apple.com
Date
2022-02-25 08:23:12 -0800 (Fri, 25 Feb 2022)

Log Message

Remove unused soft linking declarations
https://bugs.webkit.org/show_bug.cgi?id=237209

Reviewed by Brent Fulgham.

* WebProcess/cocoa/WebProcessCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290508 => 290509)


--- trunk/Source/WebKit/ChangeLog	2022-02-25 16:04:56 UTC (rev 290508)
+++ trunk/Source/WebKit/ChangeLog	2022-02-25 16:23:12 UTC (rev 290509)
@@ -1,3 +1,12 @@
+2022-02-25  Per Arne Vollan  <pvol...@apple.com>
+
+        Remove unused soft linking declarations
+        https://bugs.webkit.org/show_bug.cgi?id=237209
+
+        Reviewed by Brent Fulgham.
+
+        * WebProcess/cocoa/WebProcessCocoa.mm:
+
 2022-02-25  Kimmo Kinnunen  <kkinnu...@apple.com>
 
         REGRESSION(r289580): [ iOS macOS ] TestWebKitAPI.IPCTestingAPI.CanReceiveSharedMemory is a constant timeout

Modified: trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm (290508 => 290509)


--- trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm	2022-02-25 16:04:56 UTC (rev 290508)
+++ trunk/Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm	2022-02-25 16:23:12 UTC (rev 290509)
@@ -170,15 +170,6 @@
 SOFT_LINK_FUNCTION_MAY_FAIL_FOR_SOURCE(WebKit, UIKit, _UIApplicationCatalystRequestViewServiceIdiomAndScaleFactor, void, (UIUserInterfaceIdiom idiom, CGFloat scaleFactor), (idiom, scaleFactor))
 #endif
 
-SOFT_LINK_FRAMEWORK(CoreServices)
-SOFT_LINK_CLASS(CoreServices, _LSDService)
-SOFT_LINK_CLASS(CoreServices, _LSDOpenService)
-
-#if HAVE(CMPHOTO_TILE_DECODER_AVAILABLE)
-SOFT_LINK_PRIVATE_FRAMEWORK_OPTIONAL(CMPhoto)
-SOFT_LINK_FUNCTION_MAY_FAIL_FOR_SOURCE(WebKit, CMPhoto, CMPhotoIsTileDecoderAvailable, Boolean, (CMVideoCodecType decoder), (decoder))
-#endif
-
 #define RELEASE_LOG_SESSION_ID (m_sessionID ? m_sessionID->toUInt64() : 0)
 #define WEBPROCESS_RELEASE_LOG(channel, fmt, ...) RELEASE_LOG(channel, "%p - [sessionID=%" PRIu64 "] WebProcess::" fmt, this, RELEASE_LOG_SESSION_ID, ##__VA_ARGS__)
 #define WEBPROCESS_RELEASE_LOG_ERROR(channel, fmt, ...) RELEASE_LOG_ERROR(channel, "%p - [sessionID=%" PRIu64 "] WebProcess::" fmt, this, RELEASE_LOG_SESSION_ID, ##__VA_ARGS__)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to