| Index: Source/core/svg/SVGException.h
|
| diff --git a/Source/core/svg/SVGException.h b/Source/core/svg/SVGException.h
|
| index 3b65daf21652168d73f96951467ac3d2acfcc61d..26a33e6f1f528c8a0cd7f68594036e8172f491b3 100644
|
| --- a/Source/core/svg/SVGException.h
|
| +++ b/Source/core/svg/SVGException.h
|
| @@ -23,8 +23,6 @@
|
|
|
| #include "core/dom/ExceptionBase.h"
|
|
|
| -#if ENABLE(SVG)
|
| -
|
| namespace WebCore {
|
|
|
| class SVGException : public ExceptionBase {
|
| @@ -54,6 +52,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| -
|
| #endif // SVGException_h
|
|
|