summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLinkElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLinkElement.h')
-rw-r--r--WebCore/html/HTMLLinkElement.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/WebCore/html/HTMLLinkElement.h b/WebCore/html/HTMLLinkElement.h
index bd1642b..a2d88c2 100644
--- a/WebCore/html/HTMLLinkElement.h
+++ b/WebCore/html/HTMLLinkElement.h
@@ -67,32 +67,12 @@ public:
static PassRefPtr<HTMLLinkElement> create(const QualifiedName&, Document*, bool createdByParser);
virtual ~HTMLLinkElement();
- bool disabled() const;
- void setDisabled(bool);
-
- String charset() const;
- void setCharset(const String&);
-
KURL href() const;
- void setHref(const String&);
-
- String hreflang() const;
- void setHreflang(const String&);
-
- String media() const;
- void setMedia(const String&);
-
String rel() const;
- void setRel(const String&);
-
- String rev() const;
- void setRev(const String&);
virtual String target() const;
- void setTarget(const String&);
String type() const;
- void setType(const String&);
StyleSheet* sheet() const;