diff options
Diffstat (limited to 'WebCore/html/HTMLTableElement.h')
-rw-r--r-- | WebCore/html/HTMLTableElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTableElement.h b/WebCore/html/HTMLTableElement.h index 3c6589a..7f1e747 100644 --- a/WebCore/html/HTMLTableElement.h +++ b/WebCore/html/HTMLTableElement.h @@ -92,7 +92,7 @@ public: virtual ContainerNode* addChild(PassRefPtr<Node>); virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void attach(); virtual bool isURLAttribute(Attribute*) const; |