wok-next view libwebkit/stuff/patches/CodeGeneratorGObject-bug-84526.patch @ rev 20629
Up aalib, babl, exiv2, fontconfig, gnome-themes-standard, json-glib, mousepad
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 26 21:51:47 2018 +0300 (2018-04-26) |
parents | |
children |
line source
1 --- Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (revision 115562)
2 +++ Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (working copy)
3 @@ -1444,9 +1444,10 @@
4 print IMPL "namespace WebKit {\n\n";
5 print IMPL @cBodyPriv;
6 print IMPL "} // namespace WebKit\n\n";
7 +
8 + print IMPL @cBodyProperties;
9 print IMPL "#endif // ${conditionalString}\n\n" if $conditionalString;
11 - print IMPL @cBodyProperties;
12 print IMPL @cBody;
14 close(IMPL);