wok annotate libwebkit/stuff/CodeGeneratorGObject-bug-84526.patch @ rev 21463
updated mobile-broadband-provider-info and mobile-broadband-provider-info-dev (20120614 -> 20190116)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 30 14:12:14 2019 +0100 (2019-04-30) |
parents | |
children |
rev | line source |
---|---|
domcox@12888 | 1 --- Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (revision 115562) |
domcox@12888 | 2 +++ Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm (working copy) |
domcox@12888 | 3 @@ -1444,9 +1444,10 @@ |
domcox@12888 | 4 print IMPL "namespace WebKit {\n\n"; |
domcox@12888 | 5 print IMPL @cBodyPriv; |
domcox@12888 | 6 print IMPL "} // namespace WebKit\n\n"; |
domcox@12888 | 7 + |
domcox@12888 | 8 + print IMPL @cBodyProperties; |
domcox@12888 | 9 print IMPL "#endif // ${conditionalString}\n\n" if $conditionalString; |
domcox@12888 | 10 |
domcox@12888 | 11 - print IMPL @cBodyProperties; |
domcox@12888 | 12 print IMPL @cBody; |
domcox@12888 | 13 |
domcox@12888 | 14 close(IMPL); |