[Webkit-unassigned] [Bug 21810] Remove use of static C++ objects that are destroyed at exit time (destructors)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 4 11:32:04 PST 2008


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





------- Comment #12 from darin at apple.com  2008-11-04 11:32 PDT -------
(In reply to comment #10)
> Ah well, too soon. HTMLParser.cpp's gFunctionMap wasn't caught by that script.

Specifically
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/check-for-exit-time-destructors
contains this line:

    next if $shortName eq "HTMLParser.o";

If you remove this line then you'll see the error in that file. There are 89
files skipped right now. So writing the script is done; next step is to start
fixing the cases in each of those 89 files (and 9 more files in WebKit).


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