Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: LayoutTests/inspector/debugger-expand-scope.html

Issue 6397012: Merge 76795 - 2011-01-27 Pavel Podivilov <podivilov@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/debugger-proto-property.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/debugger-expand-scope.html
===================================================================
--- LayoutTests/inspector/debugger-expand-scope.html (revision 76938)
+++ LayoutTests/inspector/debugger-expand-scope.html (working copy)
@@ -35,7 +35,7 @@
{
// Expand all but global scopes. Expanding global scope takes for too long
// so we keep it collapsed.
- var sections = WebInspector.currentPanel.sidebarPanes.scopechain.sections;
+ var sections = WebInspector.currentPanel.sidebarPanes.scopechain._sections;
// global scope is always the last one.
for (var i = 0; i < sections.length - 1; i++)
sections[i].expand();
@@ -44,7 +44,7 @@
function step3()
{
- var sections = WebInspector.currentPanel.sidebarPanes.scopechain.sections;
+ var sections = WebInspector.currentPanel.sidebarPanes.scopechain._sections;
InspectorTest.addResult("");
InspectorTest.addResult("Dump scope sections:");
for (var i = 0; i < sections.length; i++) {
« no previous file with comments | « no previous file | LayoutTests/inspector/debugger-proto-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698