Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index c21ec4afd72e5b333fb560f0bada74b5e73432fd..0506ca7e9117245cf0e943e92113eecf42aeb9c4 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -46,8 +46,10 @@ class SVGSVGElement FINAL : public SVGGraphicsElement, |
public: |
DECLARE_NODE_FACTORY(SVGSVGElement); |
+#if !ENABLE(OILPAN) |
using SVGGraphicsElement::ref; |
using SVGGraphicsElement::deref; |
+#endif |
// 'SVGSVGElement' functions |
PassRefPtr<SVGRectTearOff> viewport() const; |