Index: Source/core/html/ime/InputMethodContext.h |
diff --git a/Source/core/html/ime/InputMethodContext.h b/Source/core/html/ime/InputMethodContext.h |
index 7440115a00888b75a87118f00af86c3d6665b660..8355c3619f82a6346e80122bdbd3649d8935f916 100644 |
--- a/Source/core/html/ime/InputMethodContext.h |
+++ b/Source/core/html/ime/InputMethodContext.h |
@@ -90,8 +90,10 @@ private: |
CompositionUnderline selectedSegment() const; |
InputMethodController& inputMethodController() const; |
+#if !ENABLE(OILPAN) |
virtual void refEventTarget() OVERRIDE { ref(); } |
virtual void derefEventTarget() OVERRIDE { deref(); } |
+#endif |
RawPtrWillBeMember<HTMLElement> m_element; |
Vector<unsigned> m_segments; |