summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/DOMFileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/DOMFileSystem.h')
-rw-r--r--WebCore/storage/DOMFileSystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/storage/DOMFileSystem.h b/WebCore/storage/DOMFileSystem.h
index 454205d..b87aaaf 100644
--- a/WebCore/storage/DOMFileSystem.h
+++ b/WebCore/storage/DOMFileSystem.h
@@ -39,7 +39,7 @@
namespace WebCore {
-class Entry;
+class DirectoryEntry;
class DOMFileSystem : public RefCounted<DOMFileSystem> {
public:
@@ -49,7 +49,7 @@ public:
}
const String& name() const { return m_name; }
- PassRefPtr<Entry> root();
+ PassRefPtr<DirectoryEntry> root();
private:
DOMFileSystem(const String& name, const String& rootPath);