summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/fileapi/Blob.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/fileapi/Blob.idl')
-rw-r--r--Source/WebCore/fileapi/Blob.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/fileapi/Blob.idl b/Source/WebCore/fileapi/Blob.idl
index 297d039..8511c8e 100644
--- a/Source/WebCore/fileapi/Blob.idl
+++ b/Source/WebCore/fileapi/Blob.idl
@@ -38,7 +38,7 @@ module html {
#if !defined(LANGUAGE_OBJECTIVE_C)
#if defined(ENABLE_BLOB) && ENABLE_BLOB
- Blob slice(in long long start, in long long length, in [Optional, ConvertUndefinedOrNullToNullString] DOMString contentType);
+ Blob webkitSlice(in long long start, in [Optional] long long end, in [Optional, ConvertUndefinedOrNullToNullString] DOMString contentType);
#endif
#endif
};