| Index: third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js b/third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js
|
| index f8ac9374ffb6f9f2729154634b63581694538c1c..1f3dae04f367cba39f6bfe1998c8380c1f4f8299 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js
|
| @@ -384,7 +384,7 @@ WebInspector.IDBDataGridNode.prototype = {
|
| case "key":
|
| case "primaryKey":
|
| cell.removeChildren();
|
| - var objectElement = WebInspector.ObjectPropertiesSection.defaultObjectPresentation(value, true);
|
| + var objectElement = WebInspector.ObjectPropertiesSection.defaultObjectPresentation(value, undefined, true);
|
| cell.appendChild(objectElement);
|
| break;
|
| default:
|
|
|