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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html

Issue 2851913002: [DevTools] Do not expose agents on Target
Patch Set: storage and tests.js Created 3 years, 8 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/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()

Powered by Google App Engine
This is Rietveld 408576698