| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index a069e790a4136f29d4b6436aba69f82357fddcd9..ad549565a5bc76ab0fcceb1e9510b71dec0efe84 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -801,6 +801,7 @@
|
| "properties": [
|
| { "name": "id", "$ref": "ExecutionContextId", "description": "Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed." },
|
| { "name": "isPageContext", "type": "boolean", "description": "True if this is a context where inpspected web page scripts run. False if it is a content script isolated context.", "hidden": true },
|
| + { "name": "origin", "type": "string", "description": "Execution context origin.", "hidden": true},
|
| { "name": "name", "type": "string", "description": "Human readable name describing given context.", "hidden": true},
|
| { "name": "frameId", "$ref": "Page.FrameId", "description": "Id of the owning frame." }
|
| ]
|
|
|