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

dumi at chromium.org dumi at chromium.org
Wed Dec 22 11:46:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d1d2ba27db985b1ac855aa868afe3529adc23fb7
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 12:00:27 2010 +0000

    Unreviewed, "Qt Linux Realese minimal" build fix.
    
    * bindings/scripts/CodeGeneratorJS.pm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64836 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2aa8de0..a04c53f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-06  Dumitru Daniliuc  <dumi at chromium.org>
 
+        Unreviewed, "Qt Linux Realese minimal" build fix.
+
+        * bindings/scripts/CodeGeneratorJS.pm:
+
+2010-08-06  Dumitru Daniliuc  <dumi at chromium.org>
+
         Reviewed by Adam Barth.
 
         Auto-generate all HTML5 DB bindings.
diff --git a/WebCore/bindings/scripts/CodeGeneratorJS.pm b/WebCore/bindings/scripts/CodeGeneratorJS.pm
index 186487c..cfecfbd 100644
--- a/WebCore/bindings/scripts/CodeGeneratorJS.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorJS.pm
@@ -1925,6 +1925,7 @@ sub GenerateImplementation
                                 push(@implContent, "    }\n");
                             }
                         } else {
+                            $implIncludes{"ExceptionCode.h"} = 1;
                             push(@implContent, "    if (exec->argumentCount() <= $argsIndex) {\n");
                             push(@implContent, "        setDOMException(exec, TYPE_MISMATCH_ERR);\n");
                             push(@implContent, "        return JSValue::encode(jsUndefined());\n");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list