| Index: Source/core/frame/DOMWindowProperty.cpp
|
| diff --git a/Source/core/page/DOMWindowProperty.cpp b/Source/core/frame/DOMWindowProperty.cpp
|
| similarity index 97%
|
| rename from Source/core/page/DOMWindowProperty.cpp
|
| rename to Source/core/frame/DOMWindowProperty.cpp
|
| index 32428daf3b1c98dcc3f7b3d83905658d48eadf68..6649a2f794792bbfc9c59a895b48176932f1096f 100644
|
| --- a/Source/core/page/DOMWindowProperty.cpp
|
| +++ b/Source/core/frame/DOMWindowProperty.cpp
|
| @@ -25,10 +25,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/page/DOMWindowProperty.h"
|
| +#include "core/frame/DOMWindowProperty.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/page/DOMWindow.h"
|
| +#include "core/frame/DOMWindow.h"
|
| #include "core/frame/Frame.h"
|
|
|
| namespace WebCore {
|
|
|