diff options
Diffstat (limited to 'Source/WebCore/svg/SVGParsingError.h')
-rw-r--r-- | Source/WebCore/svg/SVGParsingError.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/WebCore/svg/SVGParsingError.h b/Source/WebCore/svg/SVGParsingError.h index 1624db87a..1b9a701b9 100644 --- a/Source/WebCore/svg/SVGParsingError.h +++ b/Source/WebCore/svg/SVGParsingError.h @@ -24,10 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef SVGParsingError_h -#define SVGParsingError_h - -#if ENABLE(SVG) +#pragma once namespace WebCore { @@ -38,6 +35,3 @@ enum SVGParsingError { }; } // namespace WebCore - -#endif // ENABLE(SVG) -#endif // SVGParsingError_h |