We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee17ca commit 598daf9Copy full SHA for 598daf9
CefSharp.Core.Runtime/Internals/CefContextMenuParamsWrapper.cpp
@@ -111,7 +111,7 @@ namespace CefSharp
111
{
112
ThrowIfDisposed();
113
114
- std::vector<CefString> dictionarySuggestions = std::vector<CefString>();
+ std::vector<CefString> dictionarySuggestions;
115
bool result = _wrappedInfo->GetDictionarySuggestions(dictionarySuggestions);
116
117
return StringUtils::ToClr(dictionarySuggestions);
0 commit comments