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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:07:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2241f3c445ad1837279d9508bb17eb002369c2db
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 7 16:44:55 2010 +0000

    2010-09-07  Kristian Monsen  <kristianm at google.com>
    
            Reviewed by Steve Block.
    
            Compile fix for Android.
            https://bugs.webkit.org/show_bug.cgi?id=45292
            Explicitly add needed header for
            STRING_TO_V8PARAMETER_EXCEPTION_BLOCK as they do not get
            included through other headers on Android.
    
            No new tests, just a compile fix.
    
            * bindings/scripts/CodeGeneratorV8.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66888 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 32f24b7..f6f1327 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-09-07  Kristian Monsen  <kristianm at google.com>
+
+        Reviewed by Steve Block.
+
+        Compile fix for Android.
+        https://bugs.webkit.org/show_bug.cgi?id=45292
+        Explicitly add needed header for 
+        STRING_TO_V8PARAMETER_EXCEPTION_BLOCK as they do not get 
+        included through other headers on Android.
+
+        No new tests, just a compile fix.
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+
 2010-09-07  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 2dcc192..06bce04 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -3379,6 +3379,7 @@ sub ConvertToV8Parameter
 
     die "Wrong native type passed: $nativeType" unless $nativeType =~ /^V8Parameter/;
     if ($signature->type eq "DOMString") {
+        $implIncludes{"V8BindingMacros.h"} = 1;
         my $macro = "STRING_TO_V8PARAMETER_EXCEPTION_BLOCK";
         $macro .= "_$suffix" if $suffix;
         return "$macro($nativeType, $variableName, $value);"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list