| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index cba660ac9a2ea9bc262319c8f58af270636fa720..263327bfb741e28d7687a1e6f91714893845ec96 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -55,7 +55,6 @@ class ElementRareData;
|
| class ElementShadow;
|
| class ExceptionState;
|
| class Image;
|
| -class InputMethodContext;
|
| class IntSize;
|
| class Locale;
|
| class MutableStylePropertySet;
|
| @@ -490,9 +489,6 @@ public:
|
| ElementAnimations& ensureElementAnimations();
|
| bool hasAnimations() const;
|
|
|
| - InputMethodContext& inputMethodContext();
|
| - bool hasInputMethodContext() const;
|
| -
|
| void synchronizeAttribute(const AtomicString& localName) const;
|
|
|
| MutableStylePropertySet& ensureMutableInlineStyle();
|
|
|