[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da
ap at apple.com
ap at apple.com
Wed Dec 22 18:12:55 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 9318dd05be39e49705602959763e357a787f4f32
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Dec 8 21:48:51 2010 +0000
Touch a file that's sporadically giving 207 Multi-Status error on svn update, hoping that
it will magically fix it.
* fast/xpath/4XPath/Core/test.js: Removed properties svn:mime-type and svn:eol-style, added
a newline.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73547 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b90e549..fbac93b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-08 Alexey Proskuryakov <ap at apple.com>
+
+ Touch a file that's sporadically giving 207 Multi-Status error on svn update, hoping that
+ it will magically fix it.
+
+ * fast/xpath/4XPath/Core/test.js: Removed properties svn:mime-type and svn:eol-style, added
+ a newline.
+
2010-12-08 Peter Kasting <pkasting at google.com>
Unreviewed Chromium test expectations update.
diff --git a/LayoutTests/fast/xpath/4XPath/Core/test.js b/LayoutTests/fast/xpath/4XPath/Core/test.js
index bfb7c8a..6cbe16e 100644
--- a/LayoutTests/fast/xpath/4XPath/Core/test.js
+++ b/LayoutTests/fast/xpath/4XPath/Core/test.js
@@ -33,6 +33,7 @@ ROOT = DOM.documentElement;
PI = DOM.firstChild;
while (PI.nodeType != Node.PROCESSING_INSTRUCTION_NODE)
PI = PI.nextSibling;
+
PI2 = DOM.lastChild;
COMMENT = ROOT.firstChild
while (COMMENT.nodeType != Node.COMMENT_NODE)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list