| Index: Source/core/svg/SVGGElement.cpp
|
| diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp
|
| index 6a09a04d4e2dd29e9f965ac24086451b765d3bb3..14558c020ed7d5d084b149224a9ea6a3c8856662 100644
|
| --- a/Source/core/svg/SVGGElement.cpp
|
| +++ b/Source/core/svg/SVGGElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGGElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -117,5 +116,3 @@ bool SVGGElement::rendererIsNeeded(const NodeRenderingContext&)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|