| Index: LayoutTests/inspector/elements/styles-3/selector-source-data.html
|
| diff --git a/LayoutTests/inspector/elements/styles-3/selector-source-data.html b/LayoutTests/inspector/elements/styles-3/selector-source-data.html
|
| index 0c62581f83aedca71c598c99514ce63fbabff3b7..b860b330b95f411dfbd68ff4d04e933cbf90b01a 100644
|
| --- a/LayoutTests/inspector/elements/styles-3/selector-source-data.html
|
| +++ b/LayoutTests/inspector/elements/styles-3/selector-source-data.html
|
| @@ -24,7 +24,7 @@ function test()
|
| InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, stylesLoaded);
|
| }
|
|
|
| - function stylesLoaded(error, rules)
|
| + function stylesLoaded(error, inlineStyle, attributeStyle, rules)
|
| {
|
| if (error) {
|
| InspectorTest.addResult("Failed to get styles: " + error);
|
|
|