mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
de797f152e
nsCStringKey key(nsPromiseFlatCString(aRef).get()); because the nsPromiseFlatCString object will go out of scope, so do this instead: nsPromiseFlatCString flat(aRef); nsCStringKey key(flat.get()); sr=scc |
||
---|---|---|
.. | ||
builtin | ||
public | ||
src | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |