| Index: Source/core/events/OverflowEvent.h
|
| diff --git a/Source/core/dom/OverflowEvent.h b/Source/core/events/OverflowEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/OverflowEvent.h
|
| rename to Source/core/events/OverflowEvent.h
|
| index 7509469e4584fb1215f3a73e464bd21fec5bcf3b..96c220b219872ab311a98ce887ea26ed1c6c9447 100644
|
| --- a/Source/core/dom/OverflowEvent.h
|
| +++ b/Source/core/events/OverflowEvent.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef OverflowEvent_h
|
| #define OverflowEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
|
|
| namespace WebCore {
|
|
|
|
|