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

eric at webkit.org eric at webkit.org
Thu Feb 4 21:29:53 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 031fed5081a4925f7b0c991e7c923dd2d3f65f80
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 27 22:41:51 2010 +0000

    2010-01-27  Anton Muhin  <antonm at chromium.org>
    
            Reviewed by David Levin.
    
            [v8] minor cosmetic fix in V8 bindings codegenerator
            https://bugs.webkit.org/show_bug.cgi?id=34224
    
            * bindings/scripts/CodeGeneratorV8.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53953 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6ecdc21..fcb24b4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-27  Anton Muhin  <antonm at chromium.org>
+
+        Reviewed by David Levin.
+
+        [v8] minor cosmetic fix in V8 bindings codegenerator
+        https://bugs.webkit.org/show_bug.cgi?id=34224
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+
 2010-01-27  Darin Fisher  <darin at chromium.org>
 
         Fix Chromium build bustage.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 3b66287..b0792b8 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -1414,7 +1414,7 @@ END
 
     push(@implContent, "  desc->${setOn}Template()->SetNamedPropertyHandler(V8${interfaceName}::namedPropertyGetter, ");
     push(@implContent, $hasSetter ? "V8${interfaceName}::namedPropertySetter, " : "0, ");
-    push(@implContent, "0 ,"); # NamedPropertyQuery -- not being used at the moment.
+    push(@implContent, "0, "); # NamedPropertyQuery -- not being used at the moment.
     push(@implContent, $hasDeleter ? "V8${interfaceName}::namedPropertyDeleter, " : "0, ");
     push(@implContent, $hasEnumerator ? "V8${interfaceName}::namedPropertyEnumerator" : "0");
     push(@implContent, ");\n");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list