Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/Inspector-1.1.json |
| diff --git a/third_party/WebKit/Source/devtools/Inspector-1.1.json b/third_party/WebKit/Source/devtools/Inspector-1.1.json |
| index 55afa73e9df34b1f7f690a39d001b2c4df1d7d5d..57a566476781f5c0374704a3d6cba8d6efaed5a0 100644 |
| --- a/third_party/WebKit/Source/devtools/Inspector-1.1.json |
| +++ b/third_party/WebKit/Source/devtools/Inspector-1.1.json |
| @@ -636,7 +636,6 @@ |
| "hidden": true, |
| "description": "Object containing abbreviated remote object value.", |
| "properties": [ |
| - { "name": "lossless", "type": "boolean", "description": "Determines whether preview is lossless (contains all information of the original object)." }, |
|
kozy
2016/05/10 00:05:32
And revert it please! We never change released pro
luoe
2016/05/10 17:27:45
Whoops sorry, I'll revert it back in!
|
| { "name": "overflow", "type": "boolean", "description": "True iff some of the properties of the original did not fit." }, |
| { "name": "properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "List of the properties." } |
| ] |