Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index a1be0558e64e67e0c5a9bee36285a9aa56ea0903..616c29a8451f57d58384a372bb9eeb319674cabf 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -1418,9 +1418,9 @@ |
"type": "object", |
"description": "Data entry.", |
"properties": [ |
- { "name": "key", "$ref": "Runtime.RemoteObject", "description": "Key." }, |
- { "name": "primaryKey", "$ref": "Runtime.RemoteObject", "description": "Primary key." }, |
- { "name": "value", "$ref": "Runtime.RemoteObject", "description": "Value." } |
+ { "name": "key", "type": "string", "description": "JSON-stringified key object." }, |
+ { "name": "primaryKey", "type": "string", "description": "JSON-stringified primary key object." }, |
+ { "name": "value", "type": "string", "description": "JSON-stringified value object." } |
] |
}, |
{ |