| Index: LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
|
| diff --git a/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html b/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
|
| index a5974a1d6e038dc398297fc8d0c3ee051debf3cd..f1900c80d6a6548ad608a04d3c90c7913fe857a5 100644
|
| --- a/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
|
| +++ b/LayoutTests/inspector/elements/styles-2/get-set-stylesheet-text.html
|
| @@ -66,7 +66,7 @@ function test()
|
|
|
| function testNewElementStyles()
|
| {
|
| - function callback(error, matchedCSSRules)
|
| + function callback(error, inlineStyle, attributeStyle, matchedCSSRules)
|
| {
|
| if (error) {
|
| InspectorTest.addResult("error: " + error);
|
|
|