| Index: Source/core/dom/Range.h
|
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
|
| index bb0f769176188a0d54de33ed3dabf43b39608e5b..925e308ada5324adbc07a71d4e1947ccce2e2dd0 100644
|
| --- a/Source/core/dom/Range.h
|
| +++ b/Source/core/dom/Range.h
|
| @@ -25,8 +25,8 @@
|
| #ifndef Range_h
|
| #define Range_h
|
|
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/RangeBoundaryPoint.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/IntRect.h"
|
|
|