summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLSourceElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLSourceElement.cpp')
-rw-r--r--WebCore/html/HTMLSourceElement.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/html/HTMLSourceElement.cpp b/WebCore/html/HTMLSourceElement.cpp
index 2c83fed..6c26610 100644
--- a/WebCore/html/HTMLSourceElement.cpp
+++ b/WebCore/html/HTMLSourceElement.cpp
@@ -62,11 +62,6 @@ void HTMLSourceElement::insertedIntoDocument()
}
}
-KURL HTMLSourceElement::src() const
-{
- return getNonEmptyURLAttribute(srcAttr);
-}
-
void HTMLSourceElement::setSrc(const String& url)
{
setAttribute(srcAttr, url);