[Webkit-unassigned] [Bug 60197] IndexedDB result of deleting a record should be true or false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 09:44:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60197





--- Comment #6 from Tony Chang <tony at chromium.org>  2011-05-17 09:44:28 PST ---
(From update of attachment 93730)
View in context: https://bugs.webkit.org/attachment.cgi?id=93730&action=review

This looks fine to me, but dgrogan or others should also review.

> Source/WebCore/storage/IDBObjectStoreBackendImpl.cpp:300
> -        callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::NOT_FOUND_ERR, "Key does not exist in the object store."));
> +      callbacks->onError(SerializedScriptValue::create(v8::False()), IDBDatabaseError::create(IDBDatabaseException::NOT_FOUND_ERR, "Key does not exist in the object store."));

Did you mean to change the indention level here?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list