Index: third_party/WebKit/Source/core/css/RuleSet.h |
diff --git a/third_party/WebKit/Source/core/css/RuleSet.h b/third_party/WebKit/Source/core/css/RuleSet.h |
index 1e5df41f7f273f04149f5f099bf825d443adc2a8..34b52808b1698f6f82d42426998244d9d425fa0c 100644 |
--- a/third_party/WebKit/Source/core/css/RuleSet.h |
+++ b/third_party/WebKit/Source/core/css/RuleSet.h |
@@ -200,10 +200,6 @@ class CORE_EXPORT RuleSet : public GarbageCollectedFinalized<RuleSet> { |
ASSERT(!m_pendingRules); |
return m_pageRules; |
} |
- const HeapVector<Member<StyleRuleViewport>>& viewportRules() const { |
- ASSERT(!m_pendingRules); |
- return m_viewportRules; |
- } |
const HeapVector<Member<StyleRuleFontFace>>& fontFaceRules() const { |
return m_fontFaceRules; |
} |
@@ -308,7 +304,6 @@ class CORE_EXPORT RuleSet : public GarbageCollectedFinalized<RuleSet> { |
HeapVector<RuleData> m_shadowHostRules; |
RuleFeatureSet m_features; |
HeapVector<Member<StyleRulePage>> m_pageRules; |
- HeapVector<Member<StyleRuleViewport>> m_viewportRules; |
HeapVector<Member<StyleRuleFontFace>> m_fontFaceRules; |
HeapVector<Member<StyleRuleKeyframes>> m_keyframesRules; |
HeapVector<MinimalRuleData> m_deepCombinatorOrShadowPseudoRules; |