Changeset 72985 in webkit for trunk/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp
- Timestamp:
- Nov 30, 2010, 5:27:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp
r56397 r72985 48 48 } 49 49 50 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(bool lengthComputable, unsigned lo aded, unsignedtotal)50 void XMLHttpRequestProgressEventThrottle::dispatchProgressEvent(bool lengthComputable, unsigned long long loaded, unsigned long long total) 51 51 { 52 52 ASSERT(!suspended());
Note:
See TracChangeset
for help on using the changeset viewer.