| 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)
|
| {
|
|
|