| Index: LayoutTests/inspector/debugger/xhr-breakpoints.html
 | 
| diff --git a/LayoutTests/inspector/debugger/xhr-breakpoints.html b/LayoutTests/inspector/debugger/xhr-breakpoints.html
 | 
| index c5a0e653babf085f6292619e26f0134a4ee3c9f5..001b135941508019bf4affa8ce7840a17a24439f 100644
 | 
| --- a/LayoutTests/inspector/debugger/xhr-breakpoints.html
 | 
| +++ b/LayoutTests/inspector/debugger/xhr-breakpoints.html
 | 
| @@ -13,8 +13,8 @@ function sendRequest(url)
 | 
|  
 | 
|  function test()
 | 
|  {
 | 
| -    WebInspector.showPanel("scripts");
 | 
| -    var pane = WebInspector.panels.scripts.sidebarPanes.xhrBreakpoints;
 | 
| +    WebInspector.showPanel("sources");
 | 
| +    var pane = WebInspector.panels.sources.sidebarPanes.xhrBreakpoints;
 | 
|      InspectorTest.runDebuggerTestSuite([
 | 
|          function testXHRBreakpoint(next)
 | 
|          {
 | 
| 
 |