summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLElement.h')
-rw-r--r--WebCore/html/HTMLElement.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/html/HTMLElement.h b/WebCore/html/HTMLElement.h
index 21b3bb5..d7485e8 100644
--- a/WebCore/html/HTMLElement.h
+++ b/WebCore/html/HTMLElement.h
@@ -47,16 +47,7 @@ public:
PassRefPtr<HTMLCollection> children();
- String id() const;
- void setId(const String&);
virtual String title() const;
- void setTitle(const String&);
- String lang() const;
- void setLang(const String&);
- String dir() const;
- void setDir(const String&);
- String className() const;
- void setClassName(const String&);
virtual short tabIndex() const;
void setTabIndex(int);