mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6a7846f7fc
This cset makes two nop changes to generated IPDL code. 1) Change an instance of InfallibleTArray<Foo> foo = InfallibleTArray<Foo>(); to InfallibleTArray<Foo> foo; 2) Change an instance of InfallibleTArray<Foo> foo = bar; to InfallibleTArray<Foo> foo(bar); |
||
---|---|---|
.. | ||
app | ||
chromium | ||
dbus | ||
glue | ||
ipdl | ||
netd | ||
ril | ||
testshell | ||
unixsocket | ||
Makefile.in | ||
pull-chromium.py |