[Webkit-unassigned] [Bug 44275] Hooks IDBKeyPath with IDBObjectStorage::put.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 08:22:25 PDT 2010


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


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64952|review?                     |review-
               Flag|                            |




--- Comment #5 from Jeremy Orlow <jorlow at chromium.org>  2010-08-20 08:22:24 PST ---
(From update of attachment 64952)
WebKit/chromium/src/ChromiumBridge.cpp:505
 +  void ChromiumBridge::createIDBKeysFromSerializedValuesAndKeyPath(const Vector<PassRefPtr<SerializedScriptValue> >& values, const String& keyPath, Vector<PassRefPtr<IDBKey> >& keys)
RefPtr

WebCore/storage/IDBObjectStoreBackendImpl.cpp:139
 +          Vector<PassRefPtr<SerializedScriptValue> > values;
s/PassRefPtr/RefPtr/


Otherwise LGTM

-- 
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