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

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

Issue 2728543002: DevTools: refactor Common.Renderer for DOM nodes (Closed)
Patch Set: fixup Created 3 years, 9 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 | third_party/WebKit/Source/devtools/front_end/audits/AuditExtensionCategory.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c33ff51d83fad4316f9a45676f2c1c8e6cce006f..daee268ca15d44bf401ddc5d2fa782970a04bc3f 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/resolve-alien-node.html
@@ -10,7 +10,7 @@ function test()
function step1(error, result, exceptionDetails)
{
var spanWrapper = InspectorTest.runtimeModel.createRemoteObject(result);
- InspectorTest.domModel.pushObjectAsNodeToFrontend(spanWrapper, step2);
+ InspectorTest.domModel.pushObjectAsNodeToFrontend(spanWrapper).then(step2);
}
function step2(node)
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits/AuditExtensionCategory.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698