summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/fileapi/EntryBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/fileapi/EntryBase.h')
-rw-r--r--Source/WebCore/fileapi/EntryBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/fileapi/EntryBase.h b/Source/WebCore/fileapi/EntryBase.h
index babd295..a34a914 100644
--- a/Source/WebCore/fileapi/EntryBase.h
+++ b/Source/WebCore/fileapi/EntryBase.h
@@ -55,7 +55,7 @@ public:
const String& fullPath() const { return m_fullPath; }
const String& name() const { return m_name; }
- String toURI();
+ String toURL();
protected:
EntryBase(PassRefPtr<DOMFileSystemBase>, const String& fullPath);