| Index: Source/bindings/v8/custom/V8ClipboardCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8ClipboardCustom.cpp b/Source/bindings/v8/custom/V8ClipboardCustom.cpp
|
| index 694f1d60891fae2b722e40066648f909032f79c0..b2ef0430852b911a441c4f58f0075e5558aa15e5 100644
|
| --- a/Source/bindings/v8/custom/V8ClipboardCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8ClipboardCustom.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "core/dom/Element.h"
|
| #include "core/dom/Node.h"
|
| #include "core/html/HTMLImageElement.h"
|
| -#include "core/platform/graphics/IntPoint.h"
|
| +#include "platform/geometry/IntPoint.h"
|
|
|
| namespace WebCore {
|
|
|
|
|