[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

sfalken at apple.com sfalken at apple.com
Thu Feb 4 21:25:41 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit ff0eaafda39e16d76c2284762e0be887207e617d
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 23 01:33:31 2010 +0000

    Build fix. Add missing comma.
    
    * fast/dom/Window/window-properties.html:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53743 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 10a517f..1321f97 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,11 @@
 2010-01-22  Steve Falkenburg  <sfalken at apple.com>
 
+        Build fix. Add missing comma.
+
+        * fast/dom/Window/window-properties.html:
+
+2010-01-22  Steve Falkenburg  <sfalken at apple.com>
+
         Skip fast/dom/Window/window-properties-geolocation.html
         until https://bugs.webkit.org/show_bug.cgi?id=34025 is landed.
 
diff --git a/LayoutTests/fast/dom/Window/window-properties.html b/LayoutTests/fast/dom/Window/window-properties.html
index ab93d41..03e6478 100644
--- a/LayoutTests/fast/dom/Window/window-properties.html
+++ b/LayoutTests/fast/dom/Window/window-properties.html
@@ -70,7 +70,7 @@ var __skip__ = {
     "window.WebGLShortArray" : 1, 
     "window.WebGLUnsignedByteArray" : 1, 
     "window.WebGLUnsignedIntArray" : 1, 
-    "window.WebGLUnsignedShortArray" : 1
+    "window.WebGLUnsignedShortArray" : 1,
     "window.clientInformation.geolocation" : 1
 };
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list