| Index: third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log.html b/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log.html
|
| index aebf212baefa99166a03df6b78cb973da3ece68b..f472913251ed95f080ad22d76d06404ce2fd7dae 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log.html
|
| @@ -7,7 +7,7 @@ function test()
|
| {
|
| function onSnapshotDone(snapshot)
|
| {
|
| - var wrappedCallback = InspectorBackend.wrapClientCallback(onHistoryReceived, "LayerTreeAgent.snapshotCommandLog(): ");
|
| + var wrappedCallback = Protocol.wrapClientCallback(onHistoryReceived, "LayerTreeAgent.snapshotCommandLog(): ");
|
| InspectorTest.LayerTreeAgent.snapshotCommandLog(snapshot._id, wrappedCallback);
|
| }
|
|
|
|
|