[Webkit-unassigned] [Bug 33178] Segmented SharedBuffer: SharedBuffer doesn't have to be a flat memory block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 13:20:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33178


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #5 from Darin Adler <darin at apple.com>  2010-01-04 13:20:19 PST ---
(In reply to comment #4)
> -    ASSERT(m_buffer.size() == 0);
> +    ASSERT(m_size == 0);
> 
> should be ok?

No, the old code had wrong style. Should be ASSERT(!m_size).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list