| 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 d55b0fd01ee8d660ca3e16eaeca0d2f3df276e2f..22e933066d576fc8bfedb36ad5c6bda89b0bb3be 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(Protocol.TargetBase.prototype, "_wrapCallbackAndSendMessageObject", onBackendCall, true);
|
| + InspectorTest.addSniffer(Protocol.Dispatcher.prototype, "_wrapCallbackAndSendMessageObject", onBackendCall, true);
|
| InspectorTest.cssModel.computedStylePromise(nodeId).then(styleCallback);
|
| InspectorTest.cssModel.computedStylePromise(nodeId).then(styleCallback);
|
| function styleCallback()
|
|
|