diff options
Diffstat (limited to 'WebCore/html/HTMLLinkElement.h')
-rw-r--r-- | WebCore/html/HTMLLinkElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLLinkElement.h b/WebCore/html/HTMLLinkElement.h index 4ca921f..8da4494 100644 --- a/WebCore/html/HTMLLinkElement.h +++ b/WebCore/html/HTMLLinkElement.h @@ -96,7 +96,7 @@ public: StyleSheet* sheet() const; // overload from HTMLElement - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); void process(); |