Changeset 266151 in webkit for trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
- Timestamp:
- Aug 25, 2020, 3:46:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp
r266063 r266151 5945 5945 void WebPageProxy::showShareSheet(const ShareDataWithParsedURL& shareData, CompletionHandler<void(bool)>&& completionHandler) 5946 5946 { 5947 5947 5948 pageClient().showShareSheet(shareData, WTFMove(completionHandler)); 5948 5949 }
Note:
See TracChangeset
for help on using the changeset viewer.