Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index a1ad4aeb48b257eb76018d32b7950ff6b36ee158..42bbf74e50cfab82a637e5f843c4df4bbb18eaaf 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -810,6 +810,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." } |
] |