[Webkit-unassigned] [Bug 26675] Allow custom memory allocation control for JavaScriptCore's Register class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 09:54:23 PDT 2009


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





------- Comment #2 from darin at apple.com  2009-06-24 09:54 PDT -------
(From update of attachment 31782)
Explicit qualification by WTF:: should not be necessary. The pattern in WTF is
that we put "using" statements into the files. It's a bit unusual for C++ code
but I've been convinced by the other WTF developers that it's the right
pattern. So we should patch FastAllocBase to include:

    using WTF::FastAllocBase;

And call the class just FastAllocBase everywhere we use it.


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



More information about the webkit-unassigned mailing list