summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLHeadElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLHeadElement.h')
-rw-r--r--WebCore/html/HTMLHeadElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLHeadElement.h b/WebCore/html/HTMLHeadElement.h
index a91f5f8..c7cfc00 100644
--- a/WebCore/html/HTMLHeadElement.h
+++ b/WebCore/html/HTMLHeadElement.h
@@ -33,9 +33,6 @@ public:
static PassRefPtr<HTMLHeadElement> create(Document*);
static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document*);
- String profile() const;
- void setProfile(const String&);
-
virtual int tagPriority() const { return 10; }
private: