[webkit-reviews] review granted: [Bug 89447] [JSC] Implement support for JSDictionary::convertValue(Vector<String>& result) : [Attachment 148284] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 01:37:55 PDT 2012


Adam Barth <abarth at webkit.org> has granted Christophe Dumez
<christophe.dumez at intel.com>'s request for review:
Bug 89447: [JSC] Implement support for
JSDictionary::convertValue(Vector<String>& result)
https://bugs.webkit.org/show_bug.cgi?id=89447

Attachment 148284: Patch
https://bugs.webkit.org/attachment.cgi?id=148284&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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?


More information about the webkit-reviews mailing list