| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html
 | 
| index b7c81b2cca90f25c4d329409d8208493e93135a6..5d26d130cb24d1bd99148c4396308299311c6728 100644
 | 
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html
 | 
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html
 | 
| @@ -30,6 +30,11 @@ function test()
 | 
|  
 | 
|      function step2(callFrames)
 | 
|      {
 | 
| +        InspectorTest.addSniffer(WebInspector.ScopeChainSidebarPane.prototype, "_sidebarPaneUpdatedForTest", onSidebarRendered, true);
 | 
| +    }
 | 
| +
 | 
| +    function onSidebarRendered()
 | 
| +    {
 | 
|          var localScope = InspectorTest.scopeChainSections()[0].objectTreeElement();
 | 
|          var properties = [
 | 
|              localScope, ["o", "__proto__", "__proto__"],
 | 
| 
 |