[Webkit-unassigned] [Bug 32660] Allow custom memory allocation control for inspector's classes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 17 16:39:17 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32660
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45063|review?, commit-queue? |review+, commit-queue+
Flag| |
--- Comment #3 from Darin Adler <darin at apple.com> 2009-12-17 16:39:17 PST ---
(From update of attachment 45063)
> - class JavaScriptDebugServer : JSC::Debugger {
> + class JavaScriptDebugServer : JSC::Debugger, public Noncopyable {
I think it would be better to change DEFINE_STATIC_LOCAL to use fastNew rather
than changing all the classes using it to inherit from Noncopyable and
FastAllocBase. I'm not sure why I didn't think of this earlier.
r=me on this, but it seems it would be worthwhile to do that
--
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