summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGFEFuncBElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFEFuncBElement.h')
-rw-r--r--Source/WebCore/svg/SVGFEFuncBElement.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/Source/WebCore/svg/SVGFEFuncBElement.h b/Source/WebCore/svg/SVGFEFuncBElement.h
index 6964dbd4c..e93090fe0 100644
--- a/Source/WebCore/svg/SVGFEFuncBElement.h
+++ b/Source/WebCore/svg/SVGFEFuncBElement.h
@@ -18,25 +18,18 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef SVGFEFuncBElement_h
-#define SVGFEFuncBElement_h
+#pragma once
-#if ENABLE(SVG) && ENABLE(FILTERS)
#include "SVGComponentTransferFunctionElement.h"
namespace WebCore {
class SVGFEFuncBElement final : public SVGComponentTransferFunctionElement {
public:
- static PassRefPtr<SVGFEFuncBElement> create(const QualifiedName&, Document&);
+ static Ref<SVGFEFuncBElement> create(const QualifiedName&, Document&);
private:
SVGFEFuncBElement(const QualifiedName&, Document&);
};
-NODE_TYPE_CASTS(SVGFEFuncBElement)
-
} // namespace WebCore
-
-#endif // ENABLE(SVG)
-#endif