| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 8feb5df32cefe8d41cebcf4e102f19e821d3ec8c..b442ee8f4f4880dbf31ca2176dd97b9168280d75 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -129,8 +129,6 @@ public:
|
| String typeValue() const { return m_type; }
|
| const LinkRelAttribute& relAttribute() const { return m_relAttribute; }
|
|
|
| - virtual AtomicString target() const OVERRIDE;
|
| -
|
| const AtomicString& type() const;
|
|
|
| IconType iconType() const;
|
|
|