[Webkit-unassigned] [Bug 21810] Remove use of static C++ objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 27 11:50:44 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21810
------- Comment #4 from bolsinga at apple.com 2008-10-27 11:50 PDT -------
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:
http://trac.webkit.org/browser/trunk/WebCore/html/HTMLParser.cpp
Looking at nm output, I think these are in the bss section, but so are pointers
to classes.
--
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