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