Bug 774245 - Remove unnecessary memset. r=mccr8

This commit is contained in:
Bobby Holley 2012-07-18 14:56:54 +02:00
Родитель 00392dc264
Коммит f3f5cd945c
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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;