diff options
Diffstat (limited to 'Source/WebCore/html/HTMLElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLElement.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/html/HTMLElement.h b/Source/WebCore/html/HTMLElement.h index 73517df..077b1c3 100644 --- a/Source/WebCore/html/HTMLElement.h +++ b/Source/WebCore/html/HTMLElement.h @@ -56,9 +56,8 @@ public: void insertAdjacentText(const String& where, const String& text, ExceptionCode&); virtual bool supportsFocus() const; - - virtual bool isContentEditable() const; - virtual bool isContentRichlyEditable() const; + + bool isContentEditable() const; String contentEditable() const; void setContentEditable(const String&, ExceptionCode&); |