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

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

Issue 206313004: DevTools: Rename WebInspector.DOMAgent into WebInspector.DOMModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 6 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
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 3b701b2f3f4ed31ca0f13cd9d9dba18469831b06..b83b56e36b7feb53cb98bf1af589a0c8ffb2f7fb 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.domAgent.undo(callback);
+ WebInspector.domModel.undo(callback);
}
function step4()
@@ -47,7 +47,7 @@ function test()
InspectorTest.dumpElementsTree(containerNode);
InspectorTest.completeTest();
}
- WebInspector.domAgent.undo(callback);
+ WebInspector.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