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

antonm at chromium.org antonm at chromium.org
Wed Dec 22 12:56:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fa528a86c6bac98d8d98b339e33e296e3cb07e73
Author: antonm at chromium.org <antonm at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 2 12:29:00 2010 +0000

    2010-09-02  Anton Muhin  <antonm at chromium.org>
    
            Reviewed by Tony Chang.
    
            Fix indentation.
            https://bugs.webkit.org/show_bug.cgi?id=44678
    
            * bindings/scripts/CodeGeneratorV8.pm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66664 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 99a1f03..32a3cef 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-02  Anton Muhin  <antonm at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        Fix indentation.
+        https://bugs.webkit.org/show_bug.cgi?id=44678
+
+        * bindings/scripts/CodeGeneratorV8.pm:
+
 2010-09-02  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r66655.
diff --git a/WebCore/bindings/scripts/CodeGeneratorV8.pm b/WebCore/bindings/scripts/CodeGeneratorV8.pm
index 5cc1232..028169f 100644
--- a/WebCore/bindings/scripts/CodeGeneratorV8.pm
+++ b/WebCore/bindings/scripts/CodeGeneratorV8.pm
@@ -3331,12 +3331,12 @@ sub ConvertToV8Parameter
 
     die "Wrong native type passed: $nativeType" unless $nativeType =~ /^V8Parameter/;
     if ($signature->type eq "DOMString") {
-      my $macro = "STRING_TO_V8PARAMETER_EXCEPTION_BLOCK";
-      $macro .= "_$suffix" if $suffix;
-      return "$macro($nativeType, $variableName, $value);"
+        my $macro = "STRING_TO_V8PARAMETER_EXCEPTION_BLOCK";
+        $macro .= "_$suffix" if $suffix;
+        return "$macro($nativeType, $variableName, $value);"
     } else {
-      # Don't know how to properly check for conversion exceptions when $parameter->type is "DOMUserData"
-      return "$nativeType $variableName($value, true);";
+        # Don't know how to properly check for conversion exceptions when $parameter->type is "DOMUserData"
+        return "$nativeType $variableName($value, true);";
     }
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list