Chromium Code Reviews| Index: WebCore/Modules/indexeddb/IDBObjectStore.cpp |
| =================================================================== |
| --- WebCore/Modules/indexeddb/IDBObjectStore.cpp (revision 132804) |
| +++ WebCore/Modules/indexeddb/IDBObjectStore.cpp (working copy) |
| @@ -162,7 +162,7 @@ |
| return 0; |
| } |
| - if (serializedValue->blobURLs().size() > 0) { |
| + if (serializedValue->containsBlobs()) { |
| // FIXME: Add Blob/File/FileList support |
| ec = IDBDatabaseException::IDB_DATA_CLONE_ERR; |
| return 0; |