wok diff libwebkit/stuff/CodeGeneratorGObject-bug-84526.patch @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
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	Wed Apr 23 15:29:12 2014 +0200
     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);