| Index: LayoutTests/inspector/elements/styles-4/styles-history.html
|
| diff --git a/LayoutTests/inspector/elements/styles-4/styles-history.html b/LayoutTests/inspector/elements/styles-4/styles-history.html
|
| index 11b24ecd14d35b80cb74145b36b07830ca103903..fc38267369ec7caba2fc5256e3fef16e86e8ce82 100644
|
| --- a/LayoutTests/inspector/elements/styles-4/styles-history.html
|
| +++ b/LayoutTests/inspector/elements/styles-4/styles-history.html
|
| @@ -92,7 +92,7 @@ function test()
|
| InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, onMatchedStylesForNode);
|
| }
|
|
|
| - function onMatchedStylesForNode(error, matchedStyles)
|
| + function onMatchedStylesForNode(error, inlineStyle, attributeStyle, matchedStyles)
|
| {
|
| if (error) {
|
| InspectorTest.addResult("error: " + error);
|
|
|