Index: Source/core/svg/SVGPreserveAspectRatio.cpp |
diff --git a/Source/core/svg/SVGPreserveAspectRatio.cpp b/Source/core/svg/SVGPreserveAspectRatio.cpp |
index c71619ba1035ce7bff4c35c8fb8e1d9004975a7f..1c80852ee65b387cdf85b03bb9521290c3306486 100644 |
--- a/Source/core/svg/SVGPreserveAspectRatio.cpp |
+++ b/Source/core/svg/SVGPreserveAspectRatio.cpp |
@@ -22,8 +22,8 @@ |
#include "config.h" |
#include "core/svg/SVGPreserveAspectRatio.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" |
#include "core/svg/SVGParserUtilities.h" |