[webkit-reviews] review granted: [Bug 173521] [WebIDL] Move Touch related bindings in Document to their own IDL file : [Attachment 313247] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 19 09:00:55 PDT 2017


Alex Christensen <achristensen at apple.com> has granted Sam Weinig
<sam at webkit.org>'s request for review:
Bug 173521: [WebIDL] Move Touch related bindings in Document to their own IDL
file
https://bugs.webkit.org/show_bug.cgi?id=173521

Attachment 313247: Patch

https://bugs.webkit.org/attachment.cgi?id=313247&action=review




--- Comment #7 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 313247
  --> https://bugs.webkit.org/attachment.cgi?id=313247
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=313247&action=review

> Source/WebCore/dom/TouchList.h:61
> +	   m_values.reserveInitialCapacity(touches.size());

Why not just WTFMove touches into m_values?


More information about the webkit-reviews mailing list