Index: Source/core/css/StyleResolver.h |
diff --git a/Source/core/css/StyleResolver.h b/Source/core/css/StyleResolver.h |
index f117d20f94ee01762bd3d311793630f3e67f2bff..f60bb8e81d3f68cc164d4329b9d0521ba32bed4a 100644 |
--- a/Source/core/css/StyleResolver.h |
+++ b/Source/core/css/StyleResolver.h |
@@ -118,7 +118,6 @@ public: |
, m_result(result) |
{ |
} |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
MediaQueryExp m_expression; |
bool m_result; |
@@ -334,7 +333,6 @@ public: |
struct MatchedProperties { |
MatchedProperties(); |
~MatchedProperties(); |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
RefPtr<StylePropertySet> properties; |
union { |
@@ -539,9 +537,7 @@ public: |
void setEffectiveZoom(float f) { m_state.setEffectiveZoom(f); } |
void setWritingMode(WritingMode writingMode) { m_state.setWritingMode(writingMode); } |
void setTextOrientation(TextOrientation textOrientation) { m_state.setTextOrientation(textOrientation); } |
- |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
+ |
private: |
static RenderStyle* s_styleNotYetAvailable; |
@@ -561,7 +557,6 @@ private: |
static unsigned computeMatchedPropertiesHash(const MatchedProperties*, unsigned size); |
struct MatchedPropertiesCacheItem { |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
Vector<MatchedProperties> matchedProperties; |
MatchRanges ranges; |
RefPtr<RenderStyle> renderStyle; |