| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index b451f040efd3870d6741b81d61085efc23a1833d..b36806b5b93646ca37d44ff7f8803821ce34255e 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1466,16 +1466,6 @@
|
| "description": "Disables storage tracking, prevents storage events from being sent to the client."
|
| },
|
| {
|
| - "name": "getValue",
|
| - "parameters": [
|
| - { "name": "storageId", "$ref": "StorageId" },
|
| - { "name": "key", "type": "string" }
|
| - ],
|
| - "returns": [
|
| - { "name": "value", "type": "string", "optional": true }
|
| - ]
|
| - },
|
| - {
|
| "name": "getDOMStorageItems",
|
| "parameters": [
|
| { "name": "storageId", "$ref": "StorageId" }
|
|
|