| Index: Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp b/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| index 8d159757c069698e3f40d50cc8b7e2c755acc574..a156d9c6133e63483e54aaaeb6ebea8535f9d2eb 100644
|
| --- a/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp
|
| @@ -31,6 +31,7 @@
|
| #include "config.h"
|
| #include "bindings/core/v8/V8SVGPathSeg.h"
|
|
|
| +#include "bindings/core/v8/V8DOMWrapper.h"
|
| #include "bindings/core/v8/V8SVGPathSegArcAbs.h"
|
| #include "bindings/core/v8/V8SVGPathSegArcRel.h"
|
| #include "bindings/core/v8/V8SVGPathSegClosePath.h"
|
| @@ -51,7 +52,6 @@
|
| #include "bindings/core/v8/V8SVGPathSegMovetoAbs.h"
|
| #include "bindings/core/v8/V8SVGPathSegMovetoRel.h"
|
| #include "bindings/core/v8/V8Window.h"
|
| -#include "bindings/v8/V8DOMWrapper.h"
|
|
|
| namespace WebCore {
|
|
|
|
|