| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html
|
| index 6f702fd76d37b129f686072768d3e742e6e91e2c..4fda2eb4d93422be26d122b1071685e186fd1d45 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html
|
| @@ -30,7 +30,7 @@ function test()
|
| {
|
| var callsLeft = 2;
|
| nodeId = node.id;
|
| - InspectorTest.addSniffer(InspectorTest.connection, "_wrapCallbackAndSendMessageObject", onBackendCall, true);
|
| + InspectorTest.addSniffer(Protocol.Target.prototype, "_wrapCallbackAndSendMessageObject", onBackendCall, true);
|
| InspectorTest.cssModel.computedStylePromise(nodeId).then(styleCallback);
|
| InspectorTest.cssModel.computedStylePromise(nodeId).then(styleCallback);
|
| function styleCallback()
|
|
|