| Index: Source/core/dom/ClientRectList.cpp
|
| diff --git a/Source/core/dom/ClientRectList.cpp b/Source/core/dom/ClientRectList.cpp
|
| index 95ec75802a09735152787de849a1bbbcec8836a9..f51c0914776ba2d4f9186b16d3cd9b3f826b1c55 100644
|
| --- a/Source/core/dom/ClientRectList.cpp
|
| +++ b/Source/core/dom/ClientRectList.cpp
|
| @@ -25,10 +25,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "ClientRectList.h"
|
| +#include "core/dom/ClientRectList.h"
|
|
|
| -#include "ExceptionCode.h"
|
| -#include "ClientRect.h"
|
| +#include "core/dom/ClientRect.h"
|
| +#include "core/dom/ExceptionCode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|