Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Tweak WebCore::setMetadataURL function
https://bugs.webkit.org/show_bug.cgi?id=170786 Reviewed by Beth Dakin. Source/WebCore: Get rid of the "referrer" parameter, it isn't used. Make the remaining parameters const. Swap the urlString and path parameters since that makes more sense. Use String instead of NSString in the call to WKSetMetadataURL. * platform/FileSystem.cpp: (WebCore::setMetadataURL): Deleted. * platform/FileSystem.h: * platform/mac/FileSystemMac.mm: (WebCore::setMetadataURL): Source/WebKit2: Update for WebCore changes. * UIProcess/Cocoa/WebViewImpl.mm: (WebKit::WebViewImpl::namesOfPromisedFilesDroppedAtDestination): Canonical link: https://commits.webkit.org/187714@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@215290 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
39 additions
and 12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -255,7 +255,7 @@ bool filesHaveSameVolume(const String& fileA, const String& fileB) | ||
|
||
#if !PLATFORM(MAC) | ||
|
||
void setMetadataURL(const String&, const String&) | ||
{ | ||
} | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters