summaryrefslogtreecommitdiffstats
path: root/WebCore/html/FileStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/FileStream.h')
-rw-r--r--WebCore/html/FileStream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/FileStream.h b/WebCore/html/FileStream.h
index bda8fc7..9d3f7b8 100644
--- a/WebCore/html/FileStream.h
+++ b/WebCore/html/FileStream.h
@@ -67,6 +67,8 @@ private:
FileStreamClient* m_client;
PlatformFileHandle m_handle;
+ long long m_bytesProcessed;
+ long long m_totalBytesToRead;
};
} // namespace WebCore