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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html

Issue 2932543002: DevTools: reveal and highlight dom nodes when searching in elements panel. (Closed)
Patch Set: Created 3 years, 6 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/elements/resolve-alien-node.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html b/third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html
index daee268ca15d44bf401ddc5d2fa782970a04bc3f..66d0d5be9a32854c7c844988b10d62fee4b96af9 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html
@@ -16,7 +16,7 @@ function test()
function step2(node)
{
InspectorTest.assertTrue(node, "Node object should be resovled");
- node.resolveToObject(undefined, step3);
+ node.resolveToObject(undefined).then(step3);
}
function step3(remoteObject)

Powered by Google App Engine
This is Rietveld 408576698