mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 842889 - Include MOZILLA_VERSION in JS_GetImplementationVersion(). r=waldo
This commit is contained in:
parent
18ebde5d14
commit
27624c0743
@ -1445,7 +1445,7 @@ JS_SetJitHardening(JSRuntime *rt, JSBool enabled)
|
||||
JS_PUBLIC_API(const char *)
|
||||
JS_GetImplementationVersion(void)
|
||||
{
|
||||
return "JavaScript-C 1.8.5+ 2011-04-16";
|
||||
return "JavaScript-C" MOZILLA_VERSION;
|
||||
}
|
||||
|
||||
JS_PUBLIC_API(void)
|
||||
|
Loading…
Reference in New Issue
Block a user