| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index d5625111a087ff83edb211f7b05286c36dbbc153..941b8a6fe8e9a3c80aafc832aaa5f0ee36d0774c 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -498,8 +498,6 @@ public:
|
| InputMethodContext& inputMethodContext();
|
| bool hasInputMethodContext() const;
|
|
|
| - void setPrefix(const AtomicString&, ExceptionState&);
|
| -
|
| void synchronizeAttribute(const AtomicString& localName) const;
|
|
|
| MutableStylePropertySet& ensureMutableInlineStyle();
|
|
|