diff options
Diffstat (limited to 'Source/WebCore/dom/StyledElement.h')
-rw-r--r-- | Source/WebCore/dom/StyledElement.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebCore/dom/StyledElement.h b/Source/WebCore/dom/StyledElement.h index 66418ddfd..0d0f773ca 100644 --- a/Source/WebCore/dom/StyledElement.h +++ b/Source/WebCore/dom/StyledElement.h @@ -79,12 +79,6 @@ private: void makePresentationAttributeCacheKey(PresentationAttributeCacheKey&) const; void updateAttributeStyle(); - - void destroyInlineStyle() - { - if (attributeData()) - attributeData()->destroyInlineStyle(this); - } }; inline void StyledElement::invalidateStyleAttribute() |