| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 20c1eb8a6add3859fd6edd8efbac792bce0bbc27..e88476ff7890d6c355d30e4cd448e26e39b5816e 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/svg/animation/SVGSMILElement.h"
|
|
|
| -#include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "bindings/v8/ScriptEventListener.h"
|
| +#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "bindings/core/v8/ScriptEventListener.h"
|
| #include "core/XLinkNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/events/Event.h"
|
|
|