summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLHeadElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLHeadElement.cpp')
-rw-r--r--WebCore/html/HTMLHeadElement.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/html/HTMLHeadElement.cpp b/WebCore/html/HTMLHeadElement.cpp
index 0fb7a47..c57cc2f 100644
--- a/WebCore/html/HTMLHeadElement.cpp
+++ b/WebCore/html/HTMLHeadElement.cpp
@@ -47,16 +47,6 @@ PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(const QualifiedName& tagName
return adoptRef(new HTMLHeadElement(tagName, document));
}
-String HTMLHeadElement::profile() const
-{
- return getAttribute(profileAttr);
-}
-
-void HTMLHeadElement::setProfile(const String &value)
-{
- setAttribute(profileAttr, value);
-}
-
bool HTMLHeadElement::childAllowed(Node* newChild)
{
// Do not allow non-whitespace text nodes in the head