mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Bug 842889 - Include MOZILLA_VERSION in JS_GetImplementationVersion(). r=waldo
This commit is contained in:
parent
f4c599c3b3
commit
f57f4ce5a6
@ -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