summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLBaseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLBaseElement.h')
-rw-r--r--Source/WebCore/html/HTMLBaseElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLBaseElement.h b/Source/WebCore/html/HTMLBaseElement.h
index bb74fb730..e6b0a41a2 100644
--- a/Source/WebCore/html/HTMLBaseElement.h
+++ b/Source/WebCore/html/HTMLBaseElement.h
@@ -31,6 +31,9 @@ class HTMLBaseElement : public HTMLElement {
public:
static PassRefPtr<HTMLBaseElement> create(const QualifiedName&, Document*);
+ KURL href() const;
+ void setHref(const AtomicString&);
+
private:
HTMLBaseElement(const QualifiedName&, Document*);