| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 0c562c1b1ddccaeac75a03dd83a04f0ecbbf0e84..e733706d8d07f858802ff4b2ac2ad199cb0916e2 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -308,10 +308,6 @@ public:
|
|
|
| String innerText();
|
| String outerText();
|
| - String innerHTML() const;
|
| - String outerHTML() const;
|
| - void setInnerHTML(const String&, ExceptionState&);
|
| - void setOuterHTML(const String&, ExceptionState&);
|
|
|
| String textFromChildren();
|
|
|
|
|