[webkit-reviews] review granted: [Bug 189919] SharedBuffer should have an equality test : [Attachment 350663] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 24 12:38:14 PDT 2018


Alex Christensen <achristensen at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 189919: SharedBuffer should have an equality test
https://bugs.webkit.org/show_bug.cgi?id=189919

Attachment 350663: Patch

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




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

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

> Source/WebCore/platform/SharedBuffer.h:176
> +    bool isEqualTo(const SharedBuffer&) const;

bool operator==(const SharedBuffer&) const


More information about the webkit-reviews mailing list