| Index: Source/modules/filesystem/EntrySync.cpp
|
| diff --git a/Source/modules/filesystem/EntrySync.cpp b/Source/modules/filesystem/EntrySync.cpp
|
| index 88a5a7dba7bb97694cd97b69cfebdc509e27cbff..532a408b0a6f098bee7d546ac48f5c7f75683258 100644
|
| --- a/Source/modules/filesystem/EntrySync.cpp
|
| +++ b/Source/modules/filesystem/EntrySync.cpp
|
| @@ -78,7 +78,7 @@ void EntrySync::remove(ExceptionState& exceptionState) const
|
| helper->getResult(exceptionState);
|
| }
|
|
|
| -EntrySync* EntrySync::getParent() const
|
| +DirectoryEntrySync* EntrySync::getParent() const
|
| {
|
| // Sync verion of getParent doesn't throw exceptions.
|
| String parentPath = DOMFilePath::getDirectory(fullPath());
|
|
|