[Webkit-unassigned] [Bug 21810] Remove use of static C++ objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 27 12:07:26 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21810
------- Comment #5 from sam at webkit.org 2008-10-27 12:07 PDT -------
(In reply to comment #4)
> WebKit is currently using this script:
>
> http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/check-for-global-initializers
>
> but that script is not finding some instances of this. For example it doesn't
> find one in the following. Search for gFunctionMap in:
This is because gFunctionMap is not a global initializer, it is a lazily
initialized the first time the getNode method is called.
--
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