| Index: third_party/WebKit/LayoutTests/inspector/layers/layer-replay-scale.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/layers/layer-replay-scale.html b/third_party/WebKit/LayoutTests/inspector/layers/layer-replay-scale.html
|
| index f55a98536b671365bea146b191a70efc29dbd84b..d15cebf9f5b9dc1613e619707c9fff6325255522 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/layers/layer-replay-scale.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/layers/layer-replay-scale.html
|
| @@ -22,7 +22,7 @@ function test()
|
| function testImageForSnapshot(snapshot, scale)
|
| {
|
| return new Promise(fulfill => {
|
| - InspectorTest.LayerTreeAgent.replaySnapshot(snapshot._id, undefined, undefined, scale, InspectorBackend.wrapClientCallback(fulfill, "LayerTreeAgent.replaySnapshot(): "));
|
| + InspectorTest.LayerTreeAgent.replaySnapshot(snapshot._id, undefined, undefined, scale, Protocol.wrapClientCallback(fulfill, "LayerTreeAgent.replaySnapshot(): "));
|
| }).then(imageURL => new Promise(fulfill => {
|
| var image = new Image();
|
| image.addEventListener("load", () => fulfill(image), false);
|
|
|