diff options
Diffstat (limited to 'WebCore/html/HTMLFrameElementBase.h')
-rw-r--r-- | WebCore/html/HTMLFrameElementBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFrameElementBase.h b/WebCore/html/HTMLFrameElementBase.h index 6424ba7..1b6e2a3 100644 --- a/WebCore/html/HTMLFrameElementBase.h +++ b/WebCore/html/HTMLFrameElementBase.h @@ -49,7 +49,7 @@ protected: bool isURLAllowed() const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void insertedIntoDocument(); virtual void removedFromDocument(); |