Commit 68aa2250 authored by jst%mozilla.jstenback.com's avatar jst%mozilla.jstenback.com
Browse files

Followup fix for bug 328989. Fixing BeOS build bustage. Patch by...

Followup fix for bug 328989. Fixing BeOS build bustage. Patch by cbiesinger@gmx.at, r+sr=jst@mozilla.org
parent a7d4222b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1229,7 +1229,7 @@ NPObjWrapper_newEnumerate(JSContext *cx, JSObject *obj, JSIterateOp enum_op,
{
  NPObject *npobj = GetNPObject(cx, obj);
  NPIdentifier *enum_value;
  PRUint32 length;
  uint32_t length;
  NPObjectEnumerateState *state;

  if (!npobj || !npobj->_class) {