Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index dfa408a1b6ff4e5d9f9252abe48dbfe4fb5ec95d..4cfca5ceba4bc4fb7080e23770e38cf479581ca8 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -926,7 +926,8 @@ |
{ "name": "count", "type": "integer", "description": "New repeat count value." }, |
{ "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of most recent message in batch.", "hidden": true } |
], |
- "description": "Issued when subsequent message(s) are equal to the previous one(s)." |
+ "description": "Is not issued. Will be gone in the future versions of the protocol.", |
+ "deprecated": true |
}, |
{ |
"name": "messagesCleared", |