[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

hamaji at chromium.org hamaji at chromium.org
Wed Apr 7 23:28:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit eb7c5b86b50805a60f2bbb3433a241bc2d09855a
Author: hamaji at chromium.org <hamaji at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 10 03:35:34 2009 +0000

            Reviewed by Oliver Hunt.
    
            Can cache prototype lookups on uncacheable dictionaries.
            https://bugs.webkit.org/show_bug.cgi?id=31198
    
            Fixed wrong expectation file committed.
    
            * fast/js/dictionary-prototype-caching-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50707 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2197fad..5549b49 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2009-11-09  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Reviewed by Oliver Hunt.
+
+        Can cache prototype lookups on uncacheable dictionaries.
+        https://bugs.webkit.org/show_bug.cgi?id=31198
+
+        Fixed wrong expectation file committed.
+
+        * fast/js/dictionary-prototype-caching-expected.txt:
+
 2009-11-09  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/LayoutTests/fast/js/dictionary-prototype-caching-expected.txt b/LayoutTests/fast/js/dictionary-prototype-caching-expected.txt
index b35f5e1..72c4073 100644
--- a/LayoutTests/fast/js/dictionary-prototype-caching-expected.txt
+++ b/LayoutTests/fast/js/dictionary-prototype-caching-expected.txt
@@ -5,6 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 PASS protoTest(o) is 'PASS'
 PASS protoTest(o) is undefined.
+PASS protoKeys is [1,2,3]
+PASS protoKeys is [1,2,3]
 PASS successfullyParsed is true
 
 TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list