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

loislo at chromium.org loislo at chromium.org
Wed Dec 22 13:03:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 05b9bc92c378baf55a14e91a97016b67d87468e5
Author: loislo at chromium.org <loislo at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 6 15:38:36 2010 +0000

    2010-09-06  Ilya Tikhonovsky  <loislo at chromium.org>
    
            Unreviewed build fix.
    
            * inspector/report-API-errors.html:
    
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66832 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6fe94d7..8018dd6 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-06  Ilya Tikhonovsky  <loislo at chromium.org>
+
+        Unreviewed build fix.
+
+        * inspector/report-API-errors.html:
+
 2010-09-06  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r66823.
diff --git a/LayoutTests/inspector/report-API-errors.html b/LayoutTests/inspector/report-API-errors.html
index da11ee0..0ddd9b8 100644
--- a/LayoutTests/inspector/report-API-errors.html
+++ b/LayoutTests/inspector/report-API-errors.html
@@ -15,6 +15,7 @@ function test()
     InspectorBackend.enableResourceTracking();
     InspectorBackend.enableResourceTracking(true, "not a function");
     InspectorBackend.enableMonitoringXHR(undefined);
+    InspectorBackend.disableMonitoringXHR(undefined);
     WebInspector_syncDispatch('{"type": "event", "domain": "dom", "event": "something-strange", "data": {}}');
 
     InspectorTest.completeTest();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list