Fixed build bustage
git-svn-id: svn://10.0.0.236/trunk@21393 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -215,7 +215,12 @@ map_java_object_to_js_object_impl(JNIEnv *env, void *pNSIPluginInstanceIn, char
|
||||
if(jvmMochaPrefsEnabled == PR_FALSE)
|
||||
{
|
||||
*errp = strdup("JSObject.getWindow() failed: java preference is disabled");
|
||||
#if 0
|
||||
// XXX Causes a compiler error on Windows...
|
||||
goto failed;
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user