Bug 964016 - Part 1: Replace JS_LIKELY with MOZ_LIKELY. r=luke
This commit is contained in:
@@ -4413,7 +4413,7 @@ js::NativeSet(typename ExecutionModeTraits<mode>::ContextType cxArg,
|
||||
* unless the setter deleted the shape.
|
||||
*/
|
||||
if (shape->hasSlot() &&
|
||||
(JS_LIKELY(cx->runtime()->propertyRemovals == sample) ||
|
||||
(MOZ_LIKELY(cx->runtime()->propertyRemovals == sample) ||
|
||||
obj->nativeContains(cx, shape)))
|
||||
{
|
||||
obj->setSlot(shape->slot(), vp);
|
||||
|
||||
Reference in New Issue
Block a user