| Index: Source/core/css/resolver/StyleResolverState.h
|
| diff --git a/Source/core/css/resolver/StyleResolverState.h b/Source/core/css/resolver/StyleResolverState.h
|
| index b0048dc5d402190c5bb6a2cce094ac2e035e2922..d85676b9ee7266dcd697bd4808c8730ba457fedc 100644
|
| --- a/Source/core/css/resolver/StyleResolverState.h
|
| +++ b/Source/core/css/resolver/StyleResolverState.h
|
| @@ -113,8 +113,6 @@ public:
|
| }
|
|
|
| ElementStyleResources& elementStyleResources() { return m_elementStyleResources; }
|
| - const CSSToStyleMap& styleMap() const { return m_styleMap; }
|
| - CSSToStyleMap& styleMap() { return m_styleMap; }
|
|
|
| // FIXME: Once styleImage can be made to not take a StyleResolverState
|
| // this convenience function should be removed. As-is, without this, call
|
| @@ -159,9 +157,6 @@ private:
|
| OwnPtr<CachedUAStyle> m_cachedUAStyle;
|
|
|
| ElementStyleResources m_elementStyleResources;
|
| - // CSSToStyleMap is a pure-logic class and only contains
|
| - // a back-pointer to this object.
|
| - CSSToStyleMap m_styleMap;
|
| Vector<AtomicString> m_contentAttrValues;
|
| };
|
|
|
|
|