[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
aroben at apple.com
aroben at apple.com
Wed Jan 20 22:24:20 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 71654073b5b7bc727a8b4106f6aca300bb5681f8
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