From 231d4e3152a9c27a73b6ac7badbe6be673aa3ddf Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 8 Oct 2009 17:19:54 +0100 Subject: Merge webkit.org at R49305 : Automatic merge by git. Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7 --- WebCore/platform/chromium/FileSystemChromiumWin.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'WebCore/platform/chromium/FileSystemChromiumWin.cpp') diff --git a/WebCore/platform/chromium/FileSystemChromiumWin.cpp b/WebCore/platform/chromium/FileSystemChromiumWin.cpp index 704c39a..0e605dc 100644 --- a/WebCore/platform/chromium/FileSystemChromiumWin.cpp +++ b/WebCore/platform/chromium/FileSystemChromiumWin.cpp @@ -41,4 +41,9 @@ String pathGetFileName(const String& path) return String(PathFindFileName(String(path).charactersWithNullTermination())); } +String pathGetDisplayFileName(const String& path) +{ + return pathGetFileName(path); +} + } // namespace WebCore -- cgit v1.1