| Index: Source/core/html/HTMLTableCellElement.h
|
| diff --git a/Source/core/html/HTMLTableCellElement.h b/Source/core/html/HTMLTableCellElement.h
|
| index a3af2d38dd7766fcb693ad421925531e8254204a..9ca08809a163069f1aa54159cc0e4bbfa5fc8f65 100644
|
| --- a/Source/core/html/HTMLTableCellElement.h
|
| +++ b/Source/core/html/HTMLTableCellElement.h
|
| @@ -60,6 +60,7 @@ private:
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
| + virtual const QualifiedName* subResourceAttributeName() const OVERRIDE;
|
| };
|
|
|
| inline bool isHTMLTableCellElement(const Node& node)
|
|
|