[Webkit-unassigned] [Bug 25171] It should be possible to manually set the name of an anonymous function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 20:26:52 PDT 2009


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


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29454|review?                     |review-
               Flag|                            |




------- Comment #4 from oliver at apple.com  2009-04-13 20:26 PDT -------
(From update of attachment 29454)
static const UString * AnonymousFunction = new UString("(anonymous function)");

This shouldn't be heap allocated otherwise it will cause leak warnings, it's
also potentially not threadsafe -- I recommend putting an additional string
constant on GlobalData to contain "(anonymous function)"


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