Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
index baf9d68770382983976e85938ab35f367c163432..e6149fb42ac6cc11afcb504a019ef6ea25ca6cc4 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h |
@@ -154,11 +154,6 @@ public: |
return m_features; |
} |
- RuleFeatureSet& ruleFeatureSet() |
- { |
- return m_features; |
- } |
- |
StyleSharingList& styleSharingList(); |
bool hasRulesForId(const AtomicString&) const; |