зеркало из https://github.com/mozilla/pjs.git
42cb1adf93
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 |