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

Unified Diff: LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.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/http/tests/inspector-enabled/reattach-after-editing-styles.html
diff --git a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html
index 277c66bfa5645e9780a36c306a102a3f16603f18..9530535e5cedfc7e16a8aba9d7525a4a059b27cf 100644
--- a/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html
+++ b/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html
@@ -72,7 +72,7 @@ function test()
function onSecondRuleAdded()
{
- WebInspector.domModel.undo(onRuleRemoved);
+ InspectorTest.domModel.undo(onRuleRemoved);
}
function onRuleRemoved()

Powered by Google App Engine
This is Rietveld 408576698