wok diff libwebkit/stuff/CodeGeneratorGObject-bug-84526.patch @ rev 20805
syslinux/iso2exe: add a MessageBox for Win9x (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 16 19:05:06 2019 +0100 (2019-02-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libwebkit/stuff/CodeGeneratorGObject-bug-84526.patch Sat Feb 16 19:05:06 2019 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +--- Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (revision 115562) 1.5 ++++ Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (working copy) 1.6 +@@ -1444,9 +1444,10 @@ 1.7 + print IMPL "namespace WebKit {\n\n"; 1.8 + print IMPL @cBodyPriv; 1.9 + print IMPL "} // namespace WebKit\n\n"; 1.10 ++ 1.11 ++ print IMPL @cBodyProperties; 1.12 + print IMPL "#endif // ${conditionalString}\n\n" if $conditionalString; 1.13 + 1.14 +- print IMPL @cBodyProperties; 1.15 + print IMPL @cBody; 1.16 + 1.17 + close(IMPL);