[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:41:57 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit cbbfde99a8940c9faa67a5b78226541fd4d68887
Author: podivilov at chromium.org <podivilov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 11:35:07 2011 +0000

    2011-01-24  Pavel Podivilov  <podivilov at chromium.org>
    
            Unreviewed, test fix for r76497.
    
            * http/tests/inspector/debugger-test2.js:
            (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
            (initialize_DebuggerTest.InspectorTest._showScriptSource):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76500 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c042dca..69203d3 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-24  Pavel Podivilov  <podivilov at chromium.org>
+
+        Unreviewed, test fix for r76497.
+
+        * http/tests/inspector/debugger-test2.js:
+        (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
+        (initialize_DebuggerTest.InspectorTest._showScriptSource):
+
 2011-01-24  Yuzo Fujishima  <yuzo at google.com>
 
         Unreviewed Chromium test expectation change.
diff --git a/LayoutTests/http/tests/inspector/debugger-test2.js b/LayoutTests/http/tests/inspector/debugger-test2.js
index 1792802..d2b7019 100644
--- a/LayoutTests/http/tests/inspector/debugger-test2.js
+++ b/LayoutTests/http/tests/inspector/debugger-test2.js
@@ -92,7 +92,7 @@ InspectorTest.captureStackTrace = function(callFrames)
 
 InspectorTest.setBreakpointInVisibleView = function(lineNumber, enabled, condition)
 {
-    WebInspector.currentPanel.visibleView.sourceFrame._setBreakpoint(lineNumber, enabled, condition);
+    WebInspector.currentPanel.visibleView._setBreakpoint(lineNumber, enabled, condition);
 }
 
 InspectorTest._pausedScript = function(details)
@@ -167,7 +167,7 @@ InspectorTest._showScriptSource = function(scriptName, callback)
         scriptsPanel._showScriptOrResource(scriptResource);
     }
 
-    var sourceFrame = WebInspector.currentPanel.visibleView.sourceFrame;
+    var sourceFrame = WebInspector.currentPanel.visibleView;
     if (sourceFrame._content)
         callback(sourceFrame);
     else

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list