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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-proto-property.html

Issue 1884213003: DevTools: teach SourceMapNamesResolver to resolve "this" object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ids
Patch Set: fix tesst Created 4 years, 8 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: 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__"],

Powered by Google App Engine
This is Rietveld 408576698