Index: third_party/WebKit/Source/core/css/StyleSheetContents.h |
diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
index c9ef7b2093508c58d2d0c15443de88d06698a4a1..3c1a0013941d4848967a70044855dc18b8229ea9 100644 |
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.h |
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h |
@@ -91,7 +91,7 @@ public: |
void setHasSyntacticallyValidCSSHeader(bool isValidCss); |
bool hasSyntacticallyValidCSSHeader() const { return m_hasSyntacticallyValidCSSHeader; } |
- void setHasFontFaceRule(bool b) { m_hasFontFaceRule = b; } |
+ void setHasFontFaceRule() { m_hasFontFaceRule = true; } |
bool hasFontFaceRule() const { return m_hasFontFaceRule; } |
void findFontFaceRules(HeapVector<Member<const StyleRuleFontFace>>& fontFaceRules); |