Bug 597811 - [SeaMonkey] mochitests-1/5: "WARNING: NS_ENSURE_SUCCESS(rv, rv) ... nsHTMLInputElement.cpp, line 436" + "test_bug592802.html | Test timed out.", caused by "test_bug548193.html / nsContentPrefService.js"; (Cv1) Add 1 missing 'JSVersion version' in patch Bv1.

a=(bustage fix).
DONTBUILD
This commit is contained in:
Serge Gautherie 2010-11-20 07:55:24 +01:00
parent 619bcc3e0d
commit a749d5803e
2 changed files with 3 additions and 2 deletions

View File

@ -2468,7 +2468,8 @@ JS_CompileFileHandleForPrincipals(JSContext *cx, JSObject *obj,
extern JS_PUBLIC_API(JSScript *)
JS_CompileFileHandleForPrincipalsVersion(JSContext *cx, JSObject *obj,
const char *filename, FILE *fh,
JSPrincipals *principals);
JSPrincipals *principals,
JSVersion version);
/*
* NB: you must use JS_NewScriptObject and root a pointer to its return value

View File

@ -517,7 +517,7 @@ class XPCShellTests(object):
for log in leakLogs:
dumpLeakLog(log, True)
if self.logfiles and stdout:
if True and stdout:
self.createLogFile(test, stdout, leakLogs)
finally:
# We don't want to delete the profile when running check-interactive