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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/Target.js

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/Source/devtools/front_end/sdk/Target.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
index 26982edad0904dbed4f45eb9f833cfcafe7d477c..437e79213d4923be61788eb2aab2efa43862ca88 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
@@ -10,7 +10,7 @@
* @param {!WebInspector.TargetManager} targetManager
* @param {string} name
* @param {number} capabilitiesMask
- * @param {!InspectorBackendClass.Connection.Factory} connectionFactory
+ * @param {!Protocol.Connection.Factory} connectionFactory
* @param {?WebInspector.Target} parentTarget
*/
WebInspector.Target = function(targetManager, name, capabilitiesMask, connectionFactory, parentTarget)

Powered by Google App Engine
This is Rietveld 408576698