[webkit-reviews] review granted: [Bug 177952] Only add prototypes to the PrototypeMap if they're not already present : [Attachment 322873] patch for landing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 5 12:31:38 PDT 2017


JF Bastien <jfbastien at apple.com> has granted  review:
Bug 177952: Only add prototypes to the PrototypeMap if they're not already
present
https://bugs.webkit.org/show_bug.cgi?id=177952

Attachment 322873: patch for landing

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




--- Comment #6 from JF Bastien <jfbastien at apple.com> ---
Comment on attachment 322873
  --> https://bugs.webkit.org/attachment.cgi?id=322873
patch for landing

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

r=me

> Source/JavaScriptCore/runtime/PrototypeMapInlines.h:47
> +    auto addResult = m_prototypes.add(object, Weak<JSObject>());

Saam, using auto‽


More information about the webkit-reviews mailing list