Index: Source/modules/indexeddb/IDBObjectStore.cpp |
diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp |
index 6437037b230b76bc291d92cc1b7b4cd3c9a9f5e2..39fabab125b56d106a6e3926b1f82d077a4e6ebe 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; |