Index: Source/modules/filesystem/EntrySync.h |
diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h |
index 4c69e23f1e70bedc7efc42a98e14cb31241f8b5f..1056444f2a0c37cf3a733b40a6bee99e065f97fe 100644 |
--- a/Source/modules/filesystem/EntrySync.h |
+++ b/Source/modules/filesystem/EntrySync.h |
@@ -53,7 +53,7 @@ public: |
EntrySync* moveTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const; |
EntrySync* copyTo(DirectoryEntrySync* parent, const String& name, ExceptionState&) const; |
void remove(ExceptionState&) const; |
- EntrySync* getParent() const; |
+ DirectoryEntrySync* getParent() const; |
virtual void trace(Visitor*) OVERRIDE; |