diff options
Diffstat (limited to 'WebCore/html/HTMLQuoteElement.cpp')
-rw-r--r-- | WebCore/html/HTMLQuoteElement.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/html/HTMLQuoteElement.cpp b/WebCore/html/HTMLQuoteElement.cpp index 2d0013a..2a2440a 100644 --- a/WebCore/html/HTMLQuoteElement.cpp +++ b/WebCore/html/HTMLQuoteElement.cpp @@ -48,14 +48,4 @@ void HTMLQuoteElement::insertedIntoDocument() HTMLElement::insertedIntoDocument(); } -String HTMLQuoteElement::cite() const -{ - return getAttribute(citeAttr); -} - -void HTMLQuoteElement::setCite(const String &value) -{ - setAttribute(citeAttr, value); -} - } |