[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

podivilov at chromium.org podivilov at chromium.org
Sun Feb 20 23:47:54 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit bafe4956ba7199b73bb45f33847981748ca05a32
Author: podivilov at chromium.org <podivilov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 25 09:15:14 2011 +0000

    2011-01-25  Pavel Podivilov  <podivilov at chromium.org>
    
            Unreviewed, trivial debugger test fix.
    
            * src/js/Tests.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76579 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index d5fd184..4fd444f 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-25  Pavel Podivilov  <podivilov at chromium.org>
+
+        Unreviewed, trivial debugger test fix.
+
+        * src/js/Tests.js:
+
 2011-01-24  Zhenyao Mo  <zmo at google.com>
 
         Reviewed by Darin Adler.
diff --git a/Source/WebKit/chromium/src/js/Tests.js b/Source/WebKit/chromium/src/js/Tests.js
index 900d79e..f155e08 100644
--- a/Source/WebKit/chromium/src/js/Tests.js
+++ b/Source/WebKit/chromium/src/js/Tests.js
@@ -685,7 +685,7 @@ TestSuite.prototype._checkSourceFrameWhenLoaded = function(expectations, callbac
 {
     var test = this;
 
-    var frame = WebInspector.currentPanel.visibleView.sourceFrame;
+    var frame = WebInspector.currentPanel.visibleView;
 
     if (frame._textViewer)
         checkExecLine();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list