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