Chromium Code Reviews| 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..519ab1bc020616495032db43e75fbfb6955cf44e 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; |
|
dgozman
2015/11/07 03:00:53
style()
lushnikov
2015/11/07 03:09:25
Done.
|
| InspectorTest.CSSAgent.getStyleSheetText(id, callback); |
| function callback(error, styleSheetText) |
| { |