Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 00fe3c2582d5d575a7c01af1e5a57279e83d17aa..ae30514a0e02921568fa2ef35da3539629d6891b 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -62,8 +62,10 @@ public: |
bool checkValidity() { return true; } |
virtual void setCustomValidity(const String&) OVERRIDE { } |
+#if !ENABLE(OILPAN) |
using Node::ref; |
using Node::deref; |
+#endif |
virtual bool canContainRangeEndPoint() const OVERRIDE { return useFallbackContent(); } |