diff --git a/dom/webidl/Downloads.webidl b/dom/webidl/Downloads.webidl index 29e16c7890b..e801c3a1147 100644 --- a/dom/webidl/Downloads.webidl +++ b/dom/webidl/Downloads.webidl @@ -46,10 +46,10 @@ interface DOMDownloadManager : EventTarget { Func="Navigator::HasDownloadsSupport"] interface DOMDownload : EventTarget { // The full size of the resource. - readonly attribute long totalBytes; + readonly attribute long long totalBytes; // The number of bytes that we have currently downloaded. - readonly attribute long currentBytes; + readonly attribute long long currentBytes; // The url of the resource. readonly attribute DOMString url;