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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html

Issue 1434613002: DevTools: kill WebInspector.StylesSectionModel class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 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-4/undo-add-new-rule.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
index 61643ad6ca04482c5a493753e08e4353f8eebcdb..e88e06a48aa2764bbbdcf59cf7953ac0a66949a6 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
@@ -71,7 +71,7 @@ function test()
function printStyleSheetAndCall(next)
{
var section = InspectorTest.firstMatchedStyleSection();
- var id = section.styleRule.style().styleSheetId;
+ var id = section.style().styleSheetId;
InspectorTest.CSSAgent.getStyleSheetText(id, callback);
function callback(error, styleSheetText)
{

Powered by Google App Engine
This is Rietveld 408576698