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

tonyg at chromium.org tonyg at chromium.org
Wed Dec 22 18:48:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c97c8f82ce49ac9c1cc6c17ea47f9789a362ee1b
Author: tonyg at chromium.org <tonyg at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 18 05:20:41 2010 +0000

    2010-12-17  Tony Gentilcore  <tonyg at chromium.org>
    
            Unreviewed fix.
    
            Fix JS syntax to avoid V8 error message
            https://bugs.webkit.org/show_bug.cgi?id=51287
    
            * transitions/interrupted-accelerated-transition.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74313 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5139a37..415cb21 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-17  Tony Gentilcore  <tonyg at chromium.org>
+
+        Unreviewed fix.
+
+        Fix JS syntax to avoid V8 error message
+        https://bugs.webkit.org/show_bug.cgi?id=51287
+
+        * transitions/interrupted-accelerated-transition.html:
+
 2010-12-17  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/LayoutTests/transitions/interrupted-accelerated-transition.html b/LayoutTests/transitions/interrupted-accelerated-transition.html
index cd766cd..2001240 100644
--- a/LayoutTests/transitions/interrupted-accelerated-transition.html
+++ b/LayoutTests/transitions/interrupted-accelerated-transition.html
@@ -31,7 +31,7 @@
     </script>
 </head>
 <!-- The unload handler keeps this page out of the page cache. -->
-<body onunload="(void)0">
+<body onunload="void(0)">
     <div id="box"></div>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list