[webkit-reviews] review granted: [Bug 223398] Reduce maximum HashTable entry size to 250 bytes : [Attachment 423524] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 16:35:55 PDT 2021


Yusuke Suzuki <ysuzuki at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 223398: Reduce maximum HashTable entry size to 250 bytes
https://bugs.webkit.org/show_bug.cgi?id=223398

Attachment 423524: Patch

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




--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 423524
  --> https://bugs.webkit.org/attachment.cgi?id=423524
Patch

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

r=me

> Source/WebCore/platform/graphics/SourceBufferPrivate.cpp:74
> +	   trackBuffer.get().lastFrameTimescale = 0;
> +	   trackBuffer.get().roundedTimestampOffset = MediaTime::invalidTime();

Why not using `->`?


More information about the webkit-reviews mailing list