| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| index c4b68f1fd66cb8c5ac2dced75aa1e530f6a80d57..0dc9983c94c3c6750e0543d7119daf396813a99d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
|
| @@ -21,7 +21,7 @@ function addStylesheet()
|
| function test()
|
| {
|
| InspectorTest.evaluateInPage("addStylesheet()");
|
| - InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "updateLocations", sourceMappingSniffer, true);
|
| + InspectorTest.addSniffer(Bindings.CSSWorkspaceBinding.prototype, "updateLocations", sourceMappingSniffer, true);
|
|
|
| function sourceMappingSniffer(header)
|
| {
|
|
|