Index: Source/core/css/resolver/StyleResolver.cpp |
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp |
index 3d67670c6fd8a61c9a693081b304061d934e9f4e..e8d42945aed04bd6df9e005e95c707c5f8187685 100644 |
--- a/Source/core/css/resolver/StyleResolver.cpp |
+++ b/Source/core/css/resolver/StyleResolver.cpp |
@@ -242,18 +242,6 @@ void StyleResolver::collectFeatures() |
m_uncommonAttributeRuleSet = makeRuleSet(m_features.uncommonAttributeRules); |
} |
-void StyleResolver::addToStyleSharingList(Element* element) |
-{ |
- if (m_styleSharingList.size() >= styleSharingListSize) |
- m_styleSharingList.remove(--m_styleSharingList.end()); |
- m_styleSharingList.prepend(element); |
-} |
- |
-void StyleResolver::clearStyleSharingList() |
-{ |
- m_styleSharingList.clear(); |
-} |
- |
void StyleResolver::pushParentElement(Element* parent) |
{ |
ASSERT(parent); |