| 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 a39636d1632cb96d639a4f32d057abc2e65e87a4..8e96cab2d1a4bd1fa94f913826e2b030522176b4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/Target.js
|
| @@ -175,6 +175,14 @@ WebInspector.Target.prototype = {
|
| return this._modelByConstructor.get(modelClass) || null;
|
| },
|
|
|
| + /**
|
| + * @return {!Array<!WebInspector.SDKModel>}
|
| + */
|
| + models: function()
|
| + {
|
| + return this._modelByConstructor.valuesArray();
|
| + },
|
| +
|
| __proto__: Protocol.Agents.prototype
|
| }
|
|
|
|
|