| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 86c3d03883abeac84fa145dd15e46726498fe943..3f9edc5bc2bfb4c8b679194dd853b49ecde92f63 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -51,7 +51,6 @@ public:
|
| void setOuterText(const String&, ExceptionState&);
|
|
|
| Element* insertAdjacentElement(const String& where, Element* newChild, ExceptionState&);
|
| - void insertAdjacentHTML(const String& where, const String& html, ExceptionState&);
|
| void insertAdjacentText(const String& where, const String& text, ExceptionState&);
|
|
|
| virtual bool hasCustomFocusLogic() const;
|
| @@ -116,7 +115,6 @@ private:
|
|
|
| virtual HTMLFormElement* virtualForm() const;
|
|
|
| - Node* insertAdjacent(const String& where, Node* newChild, ExceptionState&);
|
| PassRefPtr<DocumentFragment> textToFragment(const String&, ExceptionState&);
|
|
|
| void dirAttributeChanged(const AtomicString&);
|
|
|