Bug 654301: Better interned string API, take 2. (r=Waldo)
This commit is contained in:
@@ -735,7 +735,7 @@ doGetIdentifier(JSContext *cx, const NPUTF8* name)
|
||||
if (!str)
|
||||
return NULL;
|
||||
|
||||
return StringToNPIdentifier(str);
|
||||
return StringToNPIdentifier(cx, str);
|
||||
}
|
||||
|
||||
#if defined(MOZ_MEMORY_WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user