diff options
Diffstat (limited to 'WebCore/html/HTMLQuoteElement.cpp')
-rw-r--r-- | WebCore/html/HTMLQuoteElement.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/html/HTMLQuoteElement.cpp b/WebCore/html/HTMLQuoteElement.cpp index 2a2440a..a58a504 100644 --- a/WebCore/html/HTMLQuoteElement.cpp +++ b/WebCore/html/HTMLQuoteElement.cpp @@ -48,4 +48,9 @@ void HTMLQuoteElement::insertedIntoDocument() HTMLElement::insertedIntoDocument(); } +bool HTMLQuoteElement::isURLAttribute(Attribute* attribute) const +{ + return attribute->name() == citeAttr; +} + } |