Changeset 292896 in webkit
- Timestamp:
- Apr 14, 2022, 5:21:17 PM (4 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r292888 r292896 1 2022-04-14 Wenson Hsieh <wenson_hsieh@apple.com> 2 3 Unreviewed, fix the Catalyst build after r292888 4 5 `MCProfileConnection` is not available on Mac Catalyst. 6 7 * UIProcess/ios/WKContentViewInteraction.mm: 8 (-[WKContentView _dataOwnerForPasteboard:]): 9 1 10 2022-04-14 Wenson Hsieh <wenson_hsieh@apple.com> 2 11 -
trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r292888 r292896 8217 8217 return specifiedType; 8218 8218 8219 #if !PLATFORM(MACCATALYST) 8219 8220 if ([[PAL::getMCProfileConnectionClass() sharedConnection] isURLManaged:[_webView URL]]) 8220 8221 return WebCore::DataOwnerType::Enterprise; 8222 #endif 8221 8223 8222 8224 return WebCore::DataOwnerType::Undefined;
Note:
See TracChangeset
for help on using the changeset viewer.