| 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 ec485d5af5a1032c51ec3074aada3a528a166bba..bb72024925d9cd736f98c6bea262eef708e60057 100644
|
| --- a/LayoutTests/inspector/elements/styles-3/selector-source-data.html
|
| +++ b/LayoutTests/inspector/elements/styles-3/selector-source-data.html
|
| @@ -21,7 +21,7 @@ function test()
|
|
|
| function nodeFound(node)
|
| {
|
| - InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, true, true, stylesLoaded);
|
| + InspectorTest.CSSAgent.getMatchedStylesForNode(node.id, true, true, stylesLoaded);
|
| }
|
|
|
| function stylesLoaded(error, rules)
|
|
|