зеркало из https://github.com/mozilla/gecko-dev.git
Bug 774245 - Remove unnecessary memset. r=mccr8
This commit is contained in:
Родитель
00392dc264
Коммит
f3f5cd945c
|
@ -2731,7 +2731,6 @@ nsXPCComponents_Utils::LookupMethod(const JS::Value& object,
|
|||
// Alright, now do the lookup.
|
||||
*retval = JSVAL_VOID;
|
||||
JSPropertyDescriptor desc;
|
||||
memset(&desc, 0, sizeof(desc)); // This will be fixed soon in JSAPI.
|
||||
if (!JS_GetPropertyDescriptorById(cx, xray, methodId, 0, &desc))
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче