summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/fileapi/EntrySync.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/fileapi/EntrySync.idl')
-rw-r--r--Source/WebCore/fileapi/EntrySync.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/fileapi/EntrySync.idl b/Source/WebCore/fileapi/EntrySync.idl
index 0a180e8..459a014 100644
--- a/Source/WebCore/fileapi/EntrySync.idl
+++ b/Source/WebCore/fileapi/EntrySync.idl
@@ -43,7 +43,7 @@ module storage {
Metadata getMetadata() raises (FileException);
EntrySync moveTo(in DirectoryEntrySync parent, in [ConvertUndefinedOrNullToNullString] DOMString name) raises (FileException);
EntrySync copyTo(in DirectoryEntrySync parent, in [ConvertUndefinedOrNullToNullString] DOMString name) raises (FileException);
- DOMString toURI();
+ DOMString toURL();
void remove() raises (FileException);
DirectoryEntrySync getParent();
};