| Index: Source/core/svg/SVGBoolean.cpp
|
| diff --git a/Source/core/svg/SVGBoolean.cpp b/Source/core/svg/SVGBoolean.cpp
|
| index d285864d6659cdf77cc83d2fb3a2199f0fd9778f..4adcee36bddb1be1b5108be22a1b2a5d785d58d8 100644
|
| --- a/Source/core/svg/SVGBoolean.cpp
|
| +++ b/Source/core/svg/SVGBoolean.cpp
|
| @@ -32,8 +32,8 @@
|
|
|
| #include "core/svg/SVGBoolean.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/svg/SVGAnimationElement.h"
|
|
|
|
|