summaryrefslogtreecommitdiffstats
path: root/WebCore/html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html')
-rw-r--r--WebCore/html/FileStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/FileStream.cpp b/WebCore/html/FileStream.cpp
index 7089f61..9a06eed 100644
--- a/WebCore/html/FileStream.cpp
+++ b/WebCore/html/FileStream.cpp
@@ -111,7 +111,7 @@ void FileStream::openForRead(Blob* blob)
if (m_totalBytesToRead == Blob::toEndOfFile)
m_totalBytesToRead = blob->size() - blob->start();
#else
- m_total = blob->size();
+ m_totalBytesToRead = blob->size();
#endif
m_client->didGetSize(m_totalBytesToRead);