Index: Source/core/css/StyleRuleImport.h |
diff --git a/Source/core/css/StyleRuleImport.h b/Source/core/css/StyleRuleImport.h |
index b7df02cf1f1265ad3a38b4ddc80a90158468f249..ee54db9e6b90707a684b1201deed30a754921cde 100644 |
--- a/Source/core/css/StyleRuleImport.h |
+++ b/Source/core/css/StyleRuleImport.h |
@@ -51,8 +51,6 @@ public: |
void requestStyleSheet(); |
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
// NOTE: We put the CachedStyleSheetClient in a member instead of inheriting from it |
// to avoid adding a vptr to StyleRuleImport. |