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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
index 831cf9e42b7d6cc1e08e9fe83f921dac289fbbd6..0dd259c0aa174fb7fee1feca663fc56aaa09d296 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/css-live-edit.html
@@ -17,7 +17,7 @@ function test()
function didShowResource(sourceFrame)
{
- InspectorTest.addSniffer(WebInspector.CSSModel.prototype, "_fireStyleSheetChanged", didEditResource);
+ InspectorTest.addSniffer(SDK.CSSModel.prototype, "_fireStyleSheetChanged", didEditResource);
InspectorTest.replaceInSource(sourceFrame, "font-size: 12px;", "font-size: 20px;");
}

Powered by Google App Engine
This is Rietveld 408576698