| Index: Source/bindings/v8/custom/V8SVGElementCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SVGElementCustom.cpp b/Source/bindings/v8/custom/V8SVGElementCustom.cpp
|
| index c21247e4d9a62d53a5a02585da0dec6317195e4d..5d3ee7d99ee7a8bf5e3cdd9ab2790a60dd4e9fce 100644
|
| --- a/Source/bindings/v8/custom/V8SVGElementCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8SVGElementCustom.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8SVGElement.h"
|
| +#include "bindings/core/v8/V8SVGElement.h"
|
|
|
| -#include "V8SVGElementWrapperFactory.h"
|
| +#include "V8SVGElementWrapperFactory.h" // FIXME: should be bindings/core/v8
|
|
|
| namespace WebCore {
|
|
|
|
|