RESOLVED FIXED 89447
[JSC] Implement support for JSDictionary::convertValue(Vector<String>& result)
https://bugs.webkit.org/show_bug.cgi?id=89447
Summary [JSC] Implement support for JSDictionary::convertValue(Vector<String>& result)
Chris Dumez
Reported 2012-06-19 01:26:15 PDT
Without JSDictionary::convertValue(Vector<String>& result), the IndexedDB code is not compiling for JSC. This is needed for these line to compile: Vector<String> keyPathArray; if (options.get("keyPath", keyPathArray)) in IDBDatabase::createObjectStore().
Attachments
Patch (2.74 KB, patch)
2012-06-19 01:29 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-06-19 01:29:44 PDT
Adam Barth
Comment 2 2012-06-19 01:37:55 PDT
Comment on attachment 148284 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=148284&action=review > Source/WebCore/bindings/js/JSDictionary.cpp:110 > + unsigned length; unsigned -> size_t, right?
Chris Dumez
Comment 3 2012-06-19 02:28:17 PDT
(In reply to comment #2) > (From update of attachment 148284 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=148284&action=review > > > Source/WebCore/bindings/js/JSDictionary.cpp:110 > > + unsigned length; > > unsigned -> size_t, right? No, the method I'm calling is defined as: Source/WebCore/bindings/js/JSDOMBinding.h: JSC::JSObject* toJSSequence(JSC::ExecState*, JSC::JSValue, unsigned&);
Chris Dumez
Comment 4 2012-06-19 02:29:28 PDT
Comment on attachment 148284 [details] Patch Setting back cq? flag after double checking.
Chris Dumez
Comment 5 2012-06-19 04:41:27 PDT
Could someone please cq+?
WebKit Review Bot
Comment 6 2012-06-19 08:47:45 PDT
Comment on attachment 148284 [details] Patch Clearing flags on attachment: 148284 Committed r120719: <http://trac.webkit.org/changeset/120719>
WebKit Review Bot
Comment 7 2012-06-19 08:47:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.