| 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)
|
|
|