| Index: Source/core/events/ProgressEvent.h
|
| diff --git a/Source/core/dom/ProgressEvent.h b/Source/core/events/ProgressEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/ProgressEvent.h
|
| rename to Source/core/events/ProgressEvent.h
|
| index 035e23e60fa79341c353aa6833cd3fbcfd1d3abc..eb5edb72a21efa67d7726f892507e02874d87a15 100644
|
| --- a/Source/core/dom/ProgressEvent.h
|
| +++ b/Source/core/events/ProgressEvent.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef ProgressEvent_h
|
| #define ProgressEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
|
|
| namespace WebCore {
|
|
|
|
|