Index: Source/core/css/resolver/StyleResolverState.h |
diff --git a/Source/core/css/resolver/StyleResolverState.h b/Source/core/css/resolver/StyleResolverState.h |
index f86e428e09bf8348d5f61e36c6e600dbc66abfc6..dcd0cc9c9cb9ba48129af2af77131a761ea8dd99 100644 |
--- a/Source/core/css/resolver/StyleResolverState.h |
+++ b/Source/core/css/resolver/StyleResolverState.h |
@@ -95,9 +95,6 @@ public: |
bool applyPropertyToRegularStyle() const { return m_applyPropertyToRegularStyle; } |
bool applyPropertyToVisitedLinkStyle() const { return m_applyPropertyToVisitedLinkStyle; } |
- // Holds all attribute names found while applying "content" properties that contain an "attr()" value. |
- Vector<AtomicString>& contentAttrValues() { return m_contentAttrValues; } |
- |
void cacheUserAgentBorderAndBackground() |
{ |
// RenderTheme only needs the cached style if it has an appearance, |
@@ -158,7 +155,6 @@ private: |
OwnPtr<CachedUAStyle> m_cachedUAStyle; |
ElementStyleResources m_elementStyleResources; |
- Vector<AtomicString> m_contentAttrValues; |
}; |
} // namespace blink |