Changeset 56397 in webkit for trunk/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp
- Timestamp:
- Mar 23, 2010, 8:47:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp
r56394 r56397 32 32 33 33 namespace WebCore { 34 35 const double XMLHttpRequestProgressEventThrottle::minimumProgressEventDispatchingIntervalInSeconds = .05; // 50 ms per specification. 34 36 35 37 XMLHttpRequestProgressEventThrottle::XMLHttpRequestProgressEventThrottle(EventTarget* target)
Note:
See TracChangeset
for help on using the changeset viewer.