| Index: Source/modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp
|
| index d9be7f59e6f0a2940e3a42ec030ea473b1d5fabd..9061baddd393d94051a71a438d45ebedd336b292 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -167,7 +167,7 @@ PassRefPtr<IDBRequest> IDBObjectStore::put(IDBDatabaseBackendInterface::PutMode
|
| if (didThrow)
|
| return 0;
|
|
|
| - if (serializedValue->blobURLs().size() > 0) {
|
| + if (serializedValue->containsBlobs()) {
|
| // FIXME: Add Blob/File/FileList support
|
| es.throwUninformativeAndGenericDOMException(DataCloneError);
|
| return 0;
|
|
|