Chromium Code Reviews| Index: Source/core/html/HTMLTableRowElement.h |
| diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h |
| index 3dac5e2b4206e31f1220eb46f09144c1824284b3..3c03919a40176f85f8d78c8b048267131e233aa8 100644 |
| --- a/Source/core/html/HTMLTableRowElement.h |
| +++ b/Source/core/html/HTMLTableRowElement.h |
| @@ -47,6 +47,8 @@ public: |
| private: |
| explicit HTMLTableRowElement(Document&); |
| + |
| + virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
| }; |
| } // namespace |