зеркало из https://github.com/mozilla/gecko-dev.git
caf3dd0e20
clang has recently made |x $RELATIONAL_OP 0|, where |x| is a variable of pointer type, to be an error. On Windows, GeckoChildProcessHost::mChildProcessHandle is a HANDLE, which is really just a pointer. So the comparison |> 0| in ~GeckoChildProcessHost is invalid. Fortunately, we can use an equality comparison here and it amounts to the same thing. |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
dbus | ||
glue | ||
hal | ||
ipdl | ||
keystore | ||
mscom | ||
netd | ||
ril | ||
testshell | ||
unixfd | ||
unixsocket | ||
moz.build | ||
pull-chromium.py |