| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt | 
| index 9bd1633400975761222f7c0524df448ce468df2e..9217d27f0aa660e7b04a4d3feae8d62cf518b103 100644 | 
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debug-inlined-scripts-expected.txt | 
| @@ -32,7 +32,8 @@ var test = function() | 
|  | 
| function callstackStatus() | 
| { | 
| -        var statusElement = panel.sidebarPanes.callstack._statusMessageElement; | 
| +        var pane = self.runtime.sharedInstance(WebInspector.CallStackSidebarPane); | 
| +        var statusElement = pane.contentElement; | 
| return statusElement ? statusElement.textContent : ""; | 
| } | 
|  | 
| @@ -133,7 +134,8 @@ var test = function() | 
|  | 
| function callstackStatus() | 
| { | 
| -        var statusElement = panel.sidebarPanes.callstack._statusMessageElement; | 
| +        var pane = self.runtime.sharedInstance(WebInspector.CallStackSidebarPane); | 
| +        var statusElement = pane.contentElement; | 
| return statusElement ? statusElement.textContent : ""; | 
| } | 
|  | 
|  |