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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html

Issue 2893523002: DevTools: make StyleSourceMapping in charge of managing UISourceCodes (Closed)
Patch Set: address comments Created 3 years, 6 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: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
index 8390b16202da0da9f735ce43e5d8ad5fa7178f45..62205c35c3263d60bc98c5eb9198492964624e68 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-do-not-overwrite-css.html
@@ -63,7 +63,7 @@ function test()
InspectorTest.cssModel.setStyleSheetText(styleSheet.id, 'body {color: blue}');
// Expect StylesSourceMapping to sync styleSheet with network UISourceCode.
// Persistence acts synchronously.
- InspectorTest.addSniffer(Bindings.StylesSourceMapping.prototype, '_styleFileSyncedForTest', next);
+ InspectorTest.addSniffer(Bindings.StyleFile.prototype, '_styleFileSyncedForTest', next);
function throwProtocolError(styleSheetId) {
InspectorTest.addResult('Protocol Error: FAKE PROTOCOL ERROR');

Powered by Google App Engine
This is Rietveld 408576698