summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/FileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/FileSystem.h')
-rw-r--r--Source/WebCore/platform/FileSystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/FileSystem.h b/Source/WebCore/platform/FileSystem.h
index 3b65d34..4f088e1 100644
--- a/Source/WebCore/platform/FileSystem.h
+++ b/Source/WebCore/platform/FileSystem.h
@@ -195,6 +195,7 @@ bool safeCreateFile(const String&, CFDataRef);
#if PLATFORM(GTK)
String filenameToString(const char*);
String filenameForDisplay(const String&);
+CString applicationDirectoryPath();
#endif
#if PLATFORM(CHROMIUM)