[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

xan at webkit.org xan at webkit.org
Thu Feb 4 21:24:34 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 04c9aa4e52b2e0be014009f2a61dfecb3fdec86c
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 22 08:42:52 2010 +0000

    2010-01-22  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Gustavo Noronha.
    
            [GTK] GObject DOM bindings
            https://bugs.webkit.org/show_bug.cgi?id=33590
    
            * bindings/scripts/generate-bindings.pl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53686 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 779cef7..97099d6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -5,6 +5,15 @@
         [GTK] GObject DOM bindings
         https://bugs.webkit.org/show_bug.cgi?id=33590
 
+        * bindings/scripts/generate-bindings.pl:
+
+2010-01-22  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Gustavo Noronha.
+
+        [GTK] GObject DOM bindings
+        https://bugs.webkit.org/show_bug.cgi?id=33590
+
         Rename FEATURE_DEFINES_JAVASCRIPT to FEATURE_DEFINES and remove
         the hardcoded LANGUAGE_JAVASCRIPT=1, in preparation for its use by
         the GObject DOM bindings.
diff --git a/WebCore/bindings/scripts/generate-bindings.pl b/WebCore/bindings/scripts/generate-bindings.pl
index c7adeb3..ad29dc5 100755
--- a/WebCore/bindings/scripts/generate-bindings.pl
+++ b/WebCore/bindings/scripts/generate-bindings.pl
@@ -56,7 +56,6 @@ my $idlFile = $ARGV[0];
 die('Must specify input file.') unless defined($idlFile);
 die('Must specify IDL search path.') unless @idlDirectories;
 die('Must specify generator') unless defined($generator);
-die('Must specify input file.') unless defined($idlFile);
 die('Must specify output directory.') unless defined($outputDirectory);
 die('Must specify defines') unless defined($defines);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list