| Index: LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
|
| diff --git a/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html b/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
|
| index 0ee89c3f97c986396c088afa1b625e572961683f..61643ad6ca04482c5a493753e08e4353f8eebcdb 100644
|
| --- a/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
|
| +++ b/LayoutTests/inspector/elements/styles-4/undo-add-new-rule.html
|
| @@ -73,7 +73,7 @@ function test()
|
| var section = InspectorTest.firstMatchedStyleSection();
|
| var id = section.styleRule.style().styleSheetId;
|
| InspectorTest.CSSAgent.getStyleSheetText(id, callback);
|
| - function callback(result, styleSheetText)
|
| + function callback(error, styleSheetText)
|
| {
|
| InspectorTest.addResult("===== Style sheet text: =====");
|
| InspectorTest.addResult(styleSheetText);
|
|
|