mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-25 17:43:44 +00:00
7e91f65f43
Specifically, it's important not to try to use Move() in the Alloc+SendConstructor convenience method, because that Move()s the same value twice (as discovered in bug 1186706), and neither callee requires rvalue references in that case anyway. This also removes the previous feature of calling makeCxxArgs with params=0 to omit the message's input parameters, because it's not being used and doesn't appear to have ever been used; it could be restored (e.g., as paramsems=None) if needed. |
||
---|---|---|
.. | ||
ipdl | ||
test | ||
ipdl.py | ||
Makefile.in | ||
moz.build | ||
msgtype-components |