| Index: Source/core/xml/XMLHttpRequestProgressEventThrottle.h
|
| diff --git a/Source/core/xml/XMLHttpRequestProgressEventThrottle.h b/Source/core/xml/XMLHttpRequestProgressEventThrottle.h
|
| index 37cce7fc2451932d5495d4b1a1cb90ae332e84e6..36f5e3a3855d6d915c5216dd2d7b7340276db843 100644
|
| --- a/Source/core/xml/XMLHttpRequestProgressEventThrottle.h
|
| +++ b/Source/core/xml/XMLHttpRequestProgressEventThrottle.h
|
| @@ -30,6 +30,7 @@
|
| #include "platform/Timer.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
| @@ -52,7 +53,7 @@ public:
|
| void dispatchProgressEvent(bool lengthComputable, unsigned long long loaded, unsigned long long total);
|
| void dispatchReadyStateChangeEvent(PassRefPtr<Event>, ProgressEventAction = DoNotFlushProgressEvent);
|
| void dispatchEvent(PassRefPtr<Event>);
|
| - void dispatchEventAndLoadEnd(PassRefPtr<Event>);
|
| + void dispatchEventAndLoadEnd(const AtomicString&, bool, unsigned long long, unsigned long long);
|
|
|
| void suspend();
|
| void resume();
|
|
|