Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: third_party/WebKit/LayoutTests/inspector/layers/layer-canvas-log.html

Issue 2453673002: [DevTools] Scope common protocol infrastructure under Protocol namespace in a separate module. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698