зеркало из https://github.com/mozilla/gecko-dev.git
Bug 718293 - Anchor string in nsHTMLDocumentSH::CallToGetPropMapper. r=jorendorff
This commit is contained in:
Родитель
1d24368eeb
Коммит
eb4391dbbe
|
@ -9173,6 +9173,7 @@ nsHTMLDocumentSH::CallToGetPropMapper(JSContext *cx, unsigned argc, jsval *vp)
|
|||
}
|
||||
|
||||
size_t length;
|
||||
JS::Anchor<JSString *> anchor(str)
|
||||
const jschar *chars = ::JS_GetStringCharsAndLength(cx, str, &length);
|
||||
if (!chars) {
|
||||
return JS_FALSE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче