[webkit-reviews] review denied: [Bug 90838] constructing TypedArray from another TypedArray is slow : [Attachment 154456] updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 15:50:37 PDT 2012


Kenneth Russell <kbr at google.com> has denied arno. <arno at renevier.net>'s request
for review:
Bug 90838: constructing TypedArray from another TypedArray is slow
https://bugs.webkit.org/show_bug.cgi?id=90838

Attachment 154456: updated patch
https://bugs.webkit.org/attachment.cgi?id=154456&action=review

------- Additional Comments from Kenneth Russell <kbr at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=154456&action=review


> Source/WebCore/bindings/v8/SerializedScriptValue.cpp:415
> +	   ArrayBufferView::ViewType type = arrayBufferView->getType();

Oops. You've surely already seen the error but "->" should be "." here.


More information about the webkit-reviews mailing list