diff options
Diffstat (limited to 'WebCore/dom/Element.h')
-rw-r--r-- | WebCore/dom/Element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/dom/Element.h b/WebCore/dom/Element.h index e89cf37..8da2892 100644 --- a/WebCore/dom/Element.h +++ b/WebCore/dom/Element.h @@ -312,7 +312,7 @@ private: bool pseudoStyleCacheIsInvalid(const RenderStyle* currentStyle, RenderStyle* newStyle); - virtual void createAttributeMap() const; + void createAttributeMap() const; virtual void updateStyleAttribute() const { } |