Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 97dab82ce0efbd0b40825c7dd30be4599ce860f7..b3403499d310ad6a88ba3bccdceaf81c0ddaf937 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -507,7 +507,7 @@ public: |
ActiveAnimations& ensureActiveAnimations(); |
bool hasActiveAnimations() const; |
- InputMethodContext* inputMethodContext(); |
+ InputMethodContext& inputMethodContext(); |
bool hasInputMethodContext() const; |
void setPrefix(const AtomicString&, ExceptionState&); |