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

Unified Diff: LayoutTests/inspector/elements/perform-undo-undo.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/elements/perform-undo-undo.html
diff --git a/LayoutTests/inspector/elements/perform-undo-undo.html b/LayoutTests/inspector/elements/perform-undo-undo.html
index b83b56e36b7feb53cb98bf1af589a0c8ffb2f7fb..e46f2033c7728c3e27a20f35e656498fc730bd16 100644
--- a/LayoutTests/inspector/elements/perform-undo-undo.html
+++ b/LayoutTests/inspector/elements/perform-undo-undo.html
@@ -36,7 +36,7 @@ function test()
InspectorTest.dumpElementsTree(containerNode);
step4();
}
- WebInspector.domModel.undo(callback);
+ InspectorTest.domModel.undo(callback);
}
function step4()
@@ -47,7 +47,7 @@ function test()
InspectorTest.dumpElementsTree(containerNode);
InspectorTest.completeTest();
}
- WebInspector.domModel.undo(callback);
+ InspectorTest.domModel.undo(callback);
}
}
« no previous file with comments | « LayoutTests/inspector/elements/node-xpath.xhtml ('k') | LayoutTests/inspector/elements/resolve-alien-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698