[Webkit-unassigned] [Bug 34452] Initial patch for audio engine: AudioBus and helper classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 5 12:05:31 PST 2010


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





--- Comment #12 from Chris Rogers <crogers at google.com>  2010-02-05 12:05:29 PST ---
Instead of subclassing, I could add the zero() (with memset) method directly to
the Vector class.  Technically, this is not quite correct since it's possible
to have a vector of objects where calling zero() might put the objects into a
bad state, destructors not getting called, etc.  But I think it would be OK,
since people are generally going to be aware of these issues and would not have
a use for calling zero() in these cases anyway.

Another option we can consider...

-- 
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