summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/properties/SVGProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/properties/SVGProperty.h')
-rw-r--r--Source/WebCore/svg/properties/SVGProperty.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/Source/WebCore/svg/properties/SVGProperty.h b/Source/WebCore/svg/properties/SVGProperty.h
index 69394e3f5..b236cee04 100644
--- a/Source/WebCore/svg/properties/SVGProperty.h
+++ b/Source/WebCore/svg/properties/SVGProperty.h
@@ -17,10 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef SVGProperty_h
-#define SVGProperty_h
+#pragma once
-#if ENABLE(SVG)
#include <wtf/RefCounted.h>
namespace WebCore {
@@ -39,7 +37,4 @@ public:
virtual void commitChange() = 0;
};
-}
-
-#endif // ENABLE(SVG)
-#endif // SVGProperty_h
+} // namespace WebCore