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

Unified Diff: LayoutTests/inspector/elements/styles/style-update-during-selector-edit.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/style-update-during-selector-edit.html
diff --git a/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html b/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
index 3928ce79fd36030532fc8059403717aeca9d1838..6e9385618bffe5016269a28b22ed26860a9e6e71 100644
--- a/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
+++ b/LayoutTests/inspector/elements/styles/style-update-during-selector-edit.html
@@ -33,7 +33,7 @@ function test()
function step1()
{
InspectorTest.addSniffer(WebInspector.StylesSidebarPane.prototype, "_rebuildUpdate", rebuildUpdate);
- WebInspector.domAgent.addEventListener(WebInspector.DOMAgent.Events.AttrModified, attributeChanged, this);
+ WebInspector.domModel.addEventListener(WebInspector.DOMModel.Events.AttrModified, attributeChanged, this);
// Click "Add new rule".
document.getElementById("add-style-button-test-id").click();
InspectorTest.evaluateInPage("addStyleClass()", step2);

Powered by Google App Engine
This is Rietveld 408576698