[Webkit-unassigned] [Bug 63313] The return value of SharedBuffer::createWithContentsOfFile must have valid m_size.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 5 18:07:39 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63313
--- Comment #7 from Eric Seidel <eric at webkit.org> 2011-07-05 18:07:39 PST ---
We already have a adoptVector(Vector) which gets all this right, including setting m_size. I worry that there are other things that might be missing from this implementation in the future. re-using the adoptVector(Vector) method may be more future-proof.
--
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