| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 3ce2ffebc6b32ea811abdb786ff645f09a6dd8d7..e58a25efc436ccc9a8fc7a16bda9fcf0e1e22b3c 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -47,6 +47,10 @@ public:
|
| virtual short tabIndex() const;
|
| void setTabIndex(int);
|
|
|
| + String innerHTML() const;
|
| + String outerHTML() const;
|
| + void setInnerHTML(const String&, ExceptionState&);
|
| + void setOuterHTML(const String&, ExceptionState&);
|
| void setInnerText(const String&, ExceptionState&);
|
| void setOuterText(const String&, ExceptionState&);
|
|
|
|
|