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

podivilov at chromium.org podivilov at chromium.org
Wed Dec 22 15:00:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ece06dcbfe6e99f3d37c864de21aa31ea58a070b
Author: podivilov at chromium.org <podivilov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 11:14:45 2010 +0000

    2010-10-27  Pavel Podivilov  <podivilov at chromium.org>
    
            Unreviewed, build fix for r70622.
    
            * inspector/storage-panel-dom-storage.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70633 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b3cb418..1b441b7 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-27  Pavel Podivilov  <podivilov at chromium.org>
+
+        Unreviewed, build fix for r70622.
+
+        * inspector/storage-panel-dom-storage.html:
+
 2010-10-26  Jeremy Orlow  <jorlow at chromium.org>
 
         Reviewed by Steve Block.
diff --git a/LayoutTests/inspector/storage-panel-dom-storage.html b/LayoutTests/inspector/storage-panel-dom-storage.html
index 73988bf..4cd88e1 100644
--- a/LayoutTests/inspector/storage-panel-dom-storage.html
+++ b/LayoutTests/inspector/storage-panel-dom-storage.html
@@ -19,7 +19,7 @@ function test()
 {
     WebInspector.showPanel("storage");
 
-    InspectorTest.evaluateInConsole("populateDOMStorage()", function(result) {
+    InspectorTest.evaluateInPage("populateDOMStorage()", function(result) {
         InspectorTest.addResult("Populated local and session storage");
     });
     function name(storage) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list