diff options
Diffstat (limited to 'core/fxcrt/css/cfx_cssdatatable.h')
-rw-r--r-- | core/fxcrt/css/cfx_cssdatatable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fxcrt/css/cfx_cssdatatable.h b/core/fxcrt/css/cfx_cssdatatable.h index 63c303488e..b8476175f6 100644 --- a/core/fxcrt/css/cfx_cssdatatable.h +++ b/core/fxcrt/css/cfx_cssdatatable.h @@ -22,8 +22,7 @@ struct CFX_CSSPropertyTable { uint32_t dwType; }; -const CFX_CSSPropertyTable* CFX_GetCSSPropertyByName( - const WideStringView& wsName); +const CFX_CSSPropertyTable* CFX_GetCSSPropertyByName(WideStringView wsName); const CFX_CSSPropertyTable* CFX_GetCSSPropertyByEnum(CFX_CSSProperty eName); #endif // CORE_FXCRT_CSS_CFX_CSSDATATABLE_H_ |