| Index: Source/core/svg/SVGLength.cpp
|
| diff --git a/Source/core/svg/SVGLength.cpp b/Source/core/svg/SVGLength.cpp
|
| index 519c27534bd3e52a0d77d4355c6d791a04ddeef0..9677bb21f9e12ba3db15272d2bedf8ced3934f26 100644
|
| --- a/Source/core/svg/SVGLength.cpp
|
| +++ b/Source/core/svg/SVGLength.cpp
|
| @@ -24,12 +24,12 @@
|
| #if ENABLE(SVG)
|
| #include "SVGLength.h"
|
|
|
| -#include "ExceptionCode.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "core/css/CSSHelper.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| #include "core/platform/FloatConversion.h"
|
|
|
| #include <wtf/MathExtras.h>
|
|
|