| Index: Source/modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp
|
| index c93a9d71f1eefb44ff4b61f5bf074f66f120bc44..b551af086e3e87492f2e98b5a7c38745e6c953d1 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;
|
|
|