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

aroben at apple.com aroben at apple.com
Thu Apr 8 01:05:57 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 20e916a9d921606787e3d0471e8426695c85f082
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 14 16:09:37 2010 +0000

    Fix a typo in editing/selection/inactive-selection.html
    
    Fixes <http://webkit.org/b/33676> Exception when opening
    editing/selection/inactive-selection.html in a browser
    
    Reviewed by Dan Bernstein.
    
    * editing/selection/inactive-selection.html: Remove a semicolon that
    was making the if (window.layoutTestController) test ineffective.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53268 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 24dfb52..4550263 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-01-14  Adam Roben  <aroben at apple.com>
+
+        Fix a typo in editing/selection/inactive-selection.html
+
+        Fixes <http://webkit.org/b/33676> Exception when opening
+        editing/selection/inactive-selection.html in a browser
+
+        Reviewed by Dan Bernstein.
+
+        * editing/selection/inactive-selection.html: Remove a semicolon that
+        was making the if (window.layoutTestController) test ineffective.
+
 2010-01-13  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/LayoutTests/editing/selection/inactive-selection.html b/LayoutTests/editing/selection/inactive-selection.html
index ec8cf42..9971c3c 100644
--- a/LayoutTests/editing/selection/inactive-selection.html
+++ b/LayoutTests/editing/selection/inactive-selection.html
@@ -9,7 +9,7 @@ after you've made a selection in another frame.</p>
 <div
 <script>
 window.onload = function() {
-    if (window.layoutTestController);
+    if (window.layoutTestController)
         layoutTestController.dumpAsText();
         
     var div = frames[0].document.getElementById('input');

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list