| Index: LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| diff --git a/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html b/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| index 7f18e9220dbd11f544fbb7ebae26ed71727b2975..068b29020a46774700a9c6046f3d1f25d67e64eb 100644
|
| --- a/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| +++ b/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| @@ -25,9 +25,9 @@ function test()
|
|
|
| function step1()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.CSSStyleSheetHeader.prototype, "pushSourceMapping", sourceMappingSniffer, true);
|
| + InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "pushSourceMapping", sourceMappingSniffer, true);
|
|
|
| - function sourceMappingSniffer(sourceMapping)
|
| + function sourceMappingSniffer(header, sourceMapping)
|
| {
|
| if (sourceMapping instanceof WebInspector.SASSSourceMapping) {
|
| WebInspector.inspectorView.showPanel("elements");
|
|
|