Bug 474366: follow-up patch, r=ted.mielczarek

This commit is contained in:
Walter Meinl 2009-02-01 10:03:41 +01:00
parent 3216a67945
commit d8710dccee

View File

@ -123,7 +123,7 @@ nsAutoString *gWorkingDirectory = nsnull;
static JSBool
GetLocationProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
{
#if !defined(XP_WIN) && !defined(XP_UNIX) || defined(WINCE)
#if (!defined(XP_WIN) && !defined(XP_UNIX)) || defined(WINCE)
//XXX: your platform should really implement this
return JS_FALSE;
#else