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

Unified Diff: LayoutTests/inspector/debugger-proto-property.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
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__"],
« no previous file with comments | « LayoutTests/inspector/debugger-expand-scope.html ('k') | Source/WebCore/inspector/front-end/ScopeChainSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698