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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 18:31:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cac3905fb3f5a99cbe5bdc7783f021ec11149fbc
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 15:54:36 2010 +0000

    2010-12-13  John Knottenbelt  <jknotten at chromium.org>
    
            Reviewed by Steve Block.
    
            Fix layout test dom/fast/Geolocation/permission-denied-already-error.html for client-based Geolocation
            https://bugs.webkit.org/show_bug.cgi?id=50920
    
            * fast/dom/Geolocation/script-tests/permission-denied-already-error.js:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73919 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e271b59..f6b930f 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-13  John Knottenbelt  <jknotten at chromium.org>
+
+        Reviewed by Steve Block.
+
+        Fix layout test dom/fast/Geolocation/permission-denied-already-error.html for client-based Geolocation
+        https://bugs.webkit.org/show_bug.cgi?id=50920
+
+        * fast/dom/Geolocation/script-tests/permission-denied-already-error.js:
+
 2010-12-13  Mario Sanchez Prada  <msanchez at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js b/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js
index cce57ce..10e28e6 100644
--- a/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js
+++ b/LayoutTests/fast/dom/Geolocation/script-tests/permission-denied-already-error.js
@@ -23,7 +23,7 @@ function continueTest()
 {
     // Make another request, with permission already denied.
     if (window.layoutTestController)
-        layoutTestController.setMockGeolocationError(0, 'test');
+        layoutTestController.setMockGeolocationError(2, 'test');
 
     navigator.geolocation.getCurrentPosition(function(p) {
         testFailed('Success callback invoked unexpectedly');

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list