| Index: LayoutTests/inspector/debugger-proto-property.html
|
| ===================================================================
|
| --- LayoutTests/inspector/debugger-proto-property.html (revision 76938)
|
| +++ LayoutTests/inspector/debugger-proto-property.html (working copy)
|
| @@ -30,7 +30,7 @@
|
|
|
| function step2(callFrames)
|
| {
|
| - var sections = WebInspector.currentPanel.sidebarPanes.scopechain.sections;
|
| + var sections = WebInspector.currentPanel.sidebarPanes.scopechain._sections;
|
| var localScope = sections[0].propertiesTreeOutline;
|
| var properties = [
|
| localScope, ["o", "__proto__", "__proto__"],
|
|
|