summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/PlatformBridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport/PlatformBridge.cpp')
-rw-r--r--WebKit/android/WebCoreSupport/PlatformBridge.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/android/WebCoreSupport/PlatformBridge.cpp b/WebKit/android/WebCoreSupport/PlatformBridge.cpp
index 006f529..b75cdfc 100644
--- a/WebKit/android/WebCoreSupport/PlatformBridge.cpp
+++ b/WebKit/android/WebCoreSupport/PlatformBridge.cpp
@@ -142,10 +142,10 @@ bool PlatformBridge::popupsAllowed(NPP)
return false;
}
-String PlatformBridge::resolveFileNameForContentUri(const String& contentUri)
+String PlatformBridge::resolveFilePathForContentUri(const String& contentUri)
{
FileSystemClient* client = JavaSharedClient::GetFileSystemClient();
- return client->resolveFileNameForContentUri(contentUri);
+ return client->resolveFilePathForContentUri(contentUri);
}
} // namespace WebCore