| Index: Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| index eae32f732b9205f5c767fd6c6a2357aa8604b260..6fe9fdfe25e385c7ea3e4d09d5a311346b6b4441 100644
|
| --- a/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8SVGPathSegCustom.cpp
|
| @@ -32,7 +32,6 @@
|
|
|
| #include "V8SVGPathSeg.h"
|
|
|
| -#include "V8DOMWindow.h"
|
| #include "V8SVGPathSegArcAbs.h"
|
| #include "V8SVGPathSegArcRel.h"
|
| #include "V8SVGPathSegClosePath.h"
|
| @@ -52,6 +51,7 @@
|
| #include "V8SVGPathSegLinetoVerticalRel.h"
|
| #include "V8SVGPathSegMovetoAbs.h"
|
| #include "V8SVGPathSegMovetoRel.h"
|
| +#include "V8Window.h"
|
| #include "bindings/v8/V8DOMWrapper.h"
|
|
|
| namespace WebCore {
|
|
|