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