| Index: Source/core/events/BeforeUnloadEvent.cpp
|
| diff --git a/Source/core/dom/BeforeUnloadEvent.cpp b/Source/core/events/BeforeUnloadEvent.cpp
|
| similarity index 94%
|
| rename from Source/core/dom/BeforeUnloadEvent.cpp
|
| rename to Source/core/events/BeforeUnloadEvent.cpp
|
| index a22374c0619eae43160e3d6f50a2538d86996c4f..55817654e17504e071488bc5ca519e1011a1ea23 100644
|
| --- a/Source/core/dom/BeforeUnloadEvent.cpp
|
| +++ b/Source/core/events/BeforeUnloadEvent.cpp
|
| @@ -22,9 +22,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/BeforeUnloadEvent.h"
|
| +#include "core/events/BeforeUnloadEvent.h"
|
|
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/EventNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|