| Index: Source/modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp
|
| index 3ddfa3387a09c3f446dff43cab033f5baf70f423..119fa67ad3fb6be8a6228a31336cdb3bf139a950 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;
|
|
|