| Index: Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/Source/core/svg/SVGViewSpec.cpp b/Source/core/svg/SVGViewSpec.cpp
|
| index 253c082fb01f7b24bf58a075bb17715dd51895d2..ffd4237c1965d4953593869b710a47f138b4f238 100644
|
| --- a/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/Source/core/svg/SVGViewSpec.cpp
|
| @@ -22,13 +22,13 @@
|
| #if ENABLE(SVG)
|
| #include "SVGViewSpec.h"
|
|
|
| -#include "Document.h"
|
| #include "SVGAnimatedTransformList.h"
|
| #include "SVGFitToViewBox.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "SVGSVGElement.h"
|
| #include "SVGTransformable.h"
|
| +#include "core/dom/Document.h"
|
|
|
| namespace WebCore {
|
|
|
|
|