RESOLVED FIXED 144740
SharedBuffer::m_size should be initialized to 0 when defining it
https://bugs.webkit.org/show_bug.cgi?id=144740
Summary SharedBuffer::m_size should be initialized to 0 when defining it
youenn fablet
Reported 2015-05-07 05:53:28 PDT
SharedBuffer::m_size is often set to 0 in each constructor. It would be more convenient to set it to zero by default when defining it.
Attachments
Patch (3.97 KB, patch)
2015-05-07 06:15 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2015-05-07 06:15:26 PDT
WebKit Commit Bot
Comment 2 2015-05-08 01:05:31 PDT
Comment on attachment 252590 [details] Patch Clearing flags on attachment: 252590 Committed r183987: <http://trac.webkit.org/changeset/183987>
WebKit Commit Bot
Comment 3 2015-05-08 01:05:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.