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

Unified Diff: LayoutTests/inspector/elements/styles/undo-add-rule-crash.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/styles/undo-add-rule-crash.html
diff --git a/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html b/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
index d310bd44157e684e01d0876f0610cb520bf06b1e..0c0ba4a0fe077ea9492d77001c7a171590c11a7c 100644
--- a/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
+++ b/LayoutTests/inspector/elements/styles/undo-add-rule-crash.html
@@ -15,7 +15,7 @@ function test()
function step2()
{
- WebInspector.domAgent.undo();
+ WebInspector.domModel.undo();
InspectorTest.waitForStyles("other", step3);
}

Powered by Google App Engine
This is Rietveld 408576698