summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h b/chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h
index bfdc9ee176a..fcf12adcf85 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLQuoteElement.h
@@ -31,12 +31,14 @@ namespace WebCore {
class HTMLQuoteElement FINAL : public HTMLElement {
public:
- static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document&);
+ DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLQuoteElement);
private:
HTMLQuoteElement(const QualifiedName&, Document&);
virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
+ virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
};
} //namespace