[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:54:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f846b210dcab310beef35d24aef43f5e6dd9a007
Author: dumi at chromium.org <dumi at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 11 06:00:33 2010 +0000

    Unreviewed, reverting an unintentional change to a file submitted in r65108.
    
    * bytecode/CodeBlock.h:
    (JSC::binaryChop):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65125 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 4f5f015..8268a43 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-10  Dumitru Daniliuc  <dumi at chromium.org>
+
+        Unreviewed, reverting an unintentional change to a file submitted in r65108.
+
+        * bytecode/CodeBlock.h:
+        (JSC::binaryChop):
+
 2010-08-10  Gavin Barraclough  <barraclough at apple.com>
 
         Rubber stamped by Sam Weinig
diff --git a/JavaScriptCore/bytecode/CodeBlock.h b/JavaScriptCore/bytecode/CodeBlock.h
index eb4d5c1..be12254 100644
--- a/JavaScriptCore/bytecode/CodeBlock.h
+++ b/JavaScriptCore/bytecode/CodeBlock.h
@@ -257,7 +257,7 @@ namespace JSC {
         
         // If we reach this point we've chopped down to one element, no need to check it matches
         ASSERT(size == 1);
-        //ASSERT(key == valueAtPosition(&array[0]));
+        ASSERT(key == valueAtPosition(&array[0]));
         return &array[0];
     }
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list