mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibJS: Avoid StringView->DeprecatedFlyString conversions in FDI
This commit is contained in:
parent
e32a597d78
commit
9ccf25fdbe
Notes:
sideshowbarker
2024-07-16 20:12:13 +09:00
Author: https://github.com/awesomekling
Commit: 9ccf25fdbe
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ private:
|
||||||
Vector<FunctionDeclaration const&> m_functions_to_initialize;
|
Vector<FunctionDeclaration const&> m_functions_to_initialize;
|
||||||
bool m_arguments_object_needed { false };
|
bool m_arguments_object_needed { false };
|
||||||
Vector<VariableNameToInitialize> m_var_names_to_initialize_binding;
|
Vector<VariableNameToInitialize> m_var_names_to_initialize_binding;
|
||||||
Vector<StringView> m_function_names_to_initialize_binding;
|
Vector<DeprecatedFlyString> m_function_names_to_initialize_binding;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue