| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index f8a7878b5901dc7f8b61f2d66c8538249763f58b..e9ac4431e35bd803671276b309293ae097c41562 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -167,7 +167,6 @@
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| private:
|
| - virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
| LinkStyle* linkStyle() const;
|
|
|