| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 0ff1cafdc141e29624443d32c6ee2304f0fa663a..ff84d57c2d6a15165f28ca51905be4105bedb801 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1543,6 +1543,7 @@
|
| },
|
| {
|
| "domain": "IndexedDB",
|
| + "dependencies": ["Runtime"],
|
| "hidden": true,
|
| "types": [
|
| {
|
| @@ -1605,9 +1606,9 @@
|
| "type": "object",
|
| "description": "Data entry.",
|
| "properties": [
|
| - { "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." }
|
| + { "name": "key", "$ref": "Runtime.RemoteObject", "description": "Key object." },
|
| + { "name": "primaryKey", "$ref": "Runtime.RemoteObject", "description": "Primary key object." },
|
| + { "name": "value", "$ref": "Runtime.RemoteObject", "description": "Value object." }
|
| ]
|
| },
|
| {
|
|
|