summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLBaseElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLBaseElement.h')
-rw-r--r--WebCore/html/HTMLBaseElement.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/WebCore/html/HTMLBaseElement.h b/WebCore/html/HTMLBaseElement.h
index aa1454f..fd3cef6 100644
--- a/WebCore/html/HTMLBaseElement.h
+++ b/WebCore/html/HTMLBaseElement.h
@@ -34,20 +34,11 @@ public:
private:
HTMLBaseElement(const QualifiedName&, Document*);
- virtual String target() const { return m_target; }
-
+ virtual String target() const;
+ virtual bool isURLAttribute(Attribute*) const;
virtual void parseMappedAttribute(Attribute*);
virtual void insertedIntoDocument();
virtual void removedFromDocument();
-
- void process();
-
- void setHref(const String&);
- void setTarget(const String&);
-
- String m_hrefAttrValue;
- String m_href;
- String m_target;
};
} // namespace