| Index: Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.cpp b/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| index aaeffbc30e6afee24745364b65f52a11eaad2277..bb8f5f6f7dfa3cf0abf04fd9d84710bfa10456bb 100644
|
| --- a/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| +++ b/Source/modules/filesystem/InspectorFileSystemAgent.cpp
|
| @@ -472,7 +472,7 @@ bool FileContentRequest::didGetEntry(Entry* entry)
|
|
|
| bool FileContentRequest::didGetFile(File* file)
|
| {
|
| - RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION);
|
| + RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, makeOptional(m_end), String(), IGNORE_EXCEPTION);
|
| m_reader->setOnload(this);
|
| m_reader->setOnerror(this);
|
|
|
|
|