[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 17:57:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit efc1e5408e5b3e2a72343907da65530b0e5fbc63
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 3 16:47:25 2010 +0000

    2010-12-03  Andras Becsi  <abecsi at inf.u-szeged.hu>
    
            Unreviewed build fix after r73254.
    
            [Qt][V8] Add missing headers to $headerIncludes rather than $implIncludes
            because headers are needed by the generated .h files.
    
            No new tests needed.
    
            * bindings/scripts/CodeGeneratorV8.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73266 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ded261c..a232c3c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-03  Andras Becsi  <abecsi at inf.u-szeged.hu>
+
+        Unreviewed build fix after r73254.
+
+        [Qt][V8] Add missing headers to $headerIncludes rather than $implIncludes
+        because headers are needed by the generated .h files.
+
+        No new tests needed.
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+
 2010-12-03  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Reviewed by Dirk Schulze.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 5ec3827..d339d6a 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -201,7 +201,8 @@ sub GetSVGPropertyTypes
         $implIncludes{"SVGAnimatedPropertyTearOff.h"} = 1;
     } elsif ($svgNativeType =~ /SVGListPropertyTearOff/ or $svgNativeType =~ /SVGStaticListPropertyTearOff/) {
         $svgListPropertyType = $svgWrappedNativeType;
-        $implIncludes{"SVGAnimatedListPropertyTearOff.h"} = 1;
+        $headerIncludes{"SVGAnimatedListPropertyTearOff.h"} = 1;
+        $headerIncludes{"SVGStaticListPropertyTearOff.h"} = 1;
     } elsif ($svgNativeType =~ /SVGTransformListPropertyTearOff/) {
         $svgListPropertyType = $svgWrappedNativeType;
         $headerIncludes{"SVGAnimatedListPropertyTearOff.h"} = 1;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list