summaryrefslogtreecommitdiff
path: root/core/fxcrt/css/cfx_cssrulecollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/css/cfx_cssrulecollection.h')
-rw-r--r--core/fxcrt/css/cfx_cssrulecollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/css/cfx_cssrulecollection.h b/core/fxcrt/css/cfx_cssrulecollection.h
index 6b91c6bcd5..72ae58c55f 100644
--- a/core/fxcrt/css/cfx_cssrulecollection.h
+++ b/core/fxcrt/css/cfx_cssrulecollection.h
@@ -36,7 +36,7 @@ class CFX_CSSRuleCollection {
int32_t CountSelectors() const { return m_iSelectors; }
const std::vector<std::unique_ptr<Data>>* GetTagRuleData(
- const CFX_WideString& tagname) const;
+ const WideString& tagname) const;
private:
void AddRulesFrom(const CFX_CSSStyleSheet* pStyleSheet,