| Index: Source/core/svg/SVGViewElement.cpp
|
| diff --git a/Source/core/svg/SVGViewElement.cpp b/Source/core/svg/SVGViewElement.cpp
|
| index d2090bc183888269c0173efe693957c42a1174ae..ac637dd78628eb247ed2c5256dadf756c20725d0 100644
|
| --- a/Source/core/svg/SVGViewElement.cpp
|
| +++ b/Source/core/svg/SVGViewElement.cpp
|
| @@ -23,11 +23,11 @@
|
| #if ENABLE(SVG)
|
| #include "SVGViewElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "SVGFitToViewBox.h"
|
| #include "SVGNames.h"
|
| #include "SVGStringList.h"
|
| #include "SVGZoomAndPan.h"
|
| +#include "core/dom/Attribute.h"
|
|
|
| namespace WebCore {
|
|
|
|
|