| Index: Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp
|
| index 7ff5b91cda11f6e121cf6abbd66f711622fe2e24..d15aa80d14c5c24f06bd4d96205ece2d57619d71 100644
|
| --- a/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/Source/core/svg/SVGScriptElement.cpp
|
| @@ -24,7 +24,6 @@
|
| #include "SVGScriptElement.h"
|
|
|
| #include "HTMLNames.h"
|
| -#include "SVGAnimatedStaticPropertyTearOff.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| #include "bindings/v8/ScriptEventListener.h"
|
| @@ -32,6 +31,7 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Event.h"
|
| #include "core/dom/EventNames.h"
|
| +#include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
|
|
|
| namespace WebCore {
|
|
|
|
|