summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLEmbedElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLEmbedElement.h')
-rw-r--r--Source/WebCore/html/HTMLEmbedElement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLEmbedElement.h b/Source/WebCore/html/HTMLEmbedElement.h
index 12ce2714b..f37760361 100644
--- a/Source/WebCore/html/HTMLEmbedElement.h
+++ b/Source/WebCore/html/HTMLEmbedElement.h
@@ -34,8 +34,7 @@ public:
private:
HTMLEmbedElement(const QualifiedName&, Document*, bool createdByParser);
- virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
- virtual void parseMappedAttribute(Attribute*);
+ virtual void parseAttribute(Attribute*) OVERRIDE;
virtual bool rendererIsNeeded(const NodeRenderingContext&);
virtual void insertedIntoDocument();