Skip to content

Commit 598daf9

Browse files
committed
review feedback
1 parent 4ee17ca commit 598daf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core.Runtime/Internals/CefContextMenuParamsWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ namespace CefSharp
111111
{
112112
ThrowIfDisposed();
113113

114-
std::vector<CefString> dictionarySuggestions = std::vector<CefString>();
114+
std::vector<CefString> dictionarySuggestions;
115115
bool result = _wrappedInfo->GetDictionarySuggestions(dictionarySuggestions);
116116

117117
return StringUtils::ToClr(dictionarySuggestions);

0 commit comments

Comments
 (0)