Fix xp build

This commit is contained in:
Oleg Korshul
2025-09-03 09:03:57 +03:00
parent ad665e1997
commit 079ffed6b5

View File

@ -4482,7 +4482,6 @@ window.AscDesktopEditor.CallInFrame(\"" +
std::wstring sFile = arguments[0]->GetStringValue().ToWString();
int nError = arguments[1]->GetIntValue();
retval = CefV8Value::CreateObject(nullptr, nullptr);
retval->SetValue("code", CefV8Value::CreateInt(nError), V8_PROPERTY_ATTRIBUTE_NONE);
if (true)