summaryrefslogtreecommitdiff
path: root/core/fxcrt/css/cfx_cssselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/css/cfx_cssselector.h')
-rw-r--r--core/fxcrt/css/cfx_cssselector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fxcrt/css/cfx_cssselector.h b/core/fxcrt/css/cfx_cssselector.h
index 9fff42a850..62f8b166cc 100644
--- a/core/fxcrt/css/cfx_cssselector.h
+++ b/core/fxcrt/css/cfx_cssselector.h
@@ -15,8 +15,7 @@
class CFX_CSSSelector {
public:
- static std::unique_ptr<CFX_CSSSelector> FromString(
- const CFX_WideStringC& str);
+ static std::unique_ptr<CFX_CSSSelector> FromString(const WideStringView& str);
CFX_CSSSelector(CFX_CSSSelectorType eType,
const wchar_t* psz,