| Index: LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
|
| diff --git a/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js b/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
|
| index 68dfa4be41bdbecd02b585c1086436ca13216ed3..b5be559df1c1bf3efa62aafab5a800542eef67d9 100644
|
| --- a/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
|
| +++ b/LayoutTests/storage/indexeddb/resources/keypath-intrinsic-properties.js
|
| @@ -32,7 +32,7 @@ function testKeyPaths()
|
| array: Array(i * 3 + 1).join('x').split(/(?:)/),
|
| blob: new Blob([Array(i * 4 + 1).join('x')], {type: "type " + i})
|
| };
|
| - debug("store.put(" + JSON.stringify(datum) + ")");
|
| + debug("store.put(" + stringifyDOMObject(datum) + ")");
|
| store.put(datum);
|
| }
|
|
|
|
|